We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90cd7e commit c6debecCopy full SHA for c6debec
src/rocq_elpi_vernacular_syntax.mlg
@@ -84,8 +84,8 @@ let lookahead_lib_colon kwstate strm =
84
| Tok.IDENT "lib" ->
85
(match Gramlib.LStream.peek_nth kwstate 1 strm with
86
| Tok.KEYWORD ":" -> ()
87
- | _ -> raise streamFail)
88
- | _ -> raise streamFail
+ | _ -> streamFail ())
+ | _ -> streamFail ()
89
[%%else]
90
let lookahead_lib_colon kwstate strm =
91
match Gramlib.LStream.peek_nth kwstate 0 strm with
0 commit comments