From 8c0e2684211cc01f33989cb518556d4a0282496c Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Thu, 26 Jun 2025 18:19:26 +0100 Subject: Really fix 947--950. --- sec/compiler.ltx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sec/compiler.ltx b/sec/compiler.ltx index 030fa3b..a78a6cd 100644 --- a/sec/compiler.ltx +++ b/sec/compiler.ltx @@ -48,8 +48,8 @@ throughout the combinators. It is common for parsers to rely on some additional state~\cite{states}. For example \lang{} keeps an environment of bound -names as state. As Idris has dependant types, we can make the result a -parser combinator depend on the initial state. +names as state. As Idris has dependant types, we can make the result +of a parser combinator depend on the initial state. A parser combinator can interact with state when: \begin{itemize} -- cgit v1.2.3