summaryrefslogtreecommitdiff
path: root/sec
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2025-06-26 18:19:26 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2025-06-26 18:19:26 +0100
commit8c0e2684211cc01f33989cb518556d4a0282496c (patch)
tree14191c6e67679e0d0c2bdf0f555362f10d510cbb /sec
parentecbb20fb089f0f39af6bf36dd9eb7a7e468b2923 (diff)
Really fix 947--950.
Diffstat (limited to 'sec')
-rw-r--r--sec/compiler.ltx4
1 files 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}