aboutsummaryrefslogtreecommitdiff
path: root/lib/qparser/parser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'lib/qparser/parser.mly')
-rw-r--r--lib/qparser/parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qparser/parser.mly b/lib/qparser/parser.mly
index 9501884..5c83fc2 100644
--- a/lib/qparser/parser.mly
+++ b/lib/qparser/parser.mly
@@ -9,7 +9,7 @@
; body : Analyzer.Instruction.t list
; pos : Qsp_syntax.S.pos
; clauses : (
- ( (Analyzer.Instruction.expression, Analyzer.Instruction.t) Qsp_syntax.S.clause list
+ ( (Analyzer.Expression.t', Analyzer.Instruction.t) Qsp_syntax.S.clause list
* (Qsp_syntax.S.pos * Analyzer.Instruction.t list) option
) option )
}