summaryrefslogtreecommitdiff
path: root/sec
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2025-06-26 18:18:59 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2025-06-26 18:18:59 +0100
commitecbb20fb089f0f39af6bf36dd9eb7a7e468b2923 (patch)
tree183ce4c4009b077e6a6dce9eeeb28ff03a639093 /sec
parente3ad4a67050c8e918afeb069f40d88f5a4e7b21a (diff)
Fix 747--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 e8c1664..030fa3b 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 of parsing a combinator depend on the initial state.
+names as state. As Idris has dependant types, we can make the result a
+parser combinator depend on the initial state.
A parser combinator can interact with state when:
\begin{itemize}