lean4-htt/tests/lean/parser1.lean.expected.out
Sebastian Ullrich 0f7c0ac8bf feat(init/lean/parser/parser): make a monad transformer
Also move parser combinators into the more specific namespace `init.lean.parser.parser_t`.
2018-06-04 12:57:23 +02:00

15 lines
297 B
Text

Failure 1
error at line 1, column 5:
unexpected end of input
expected variable, numeral or '('
---------
Failure 2
error at line 1, column 0:
unexpected end of input
expected variable, numeral or '('
---------
Failure 3
error at line 1, column 0:
unexpected '*'
expected digit or letter
---------