Skip to content

Commit

Permalink
Adapt to coq/coq#8764
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Apr 4, 2019
1 parent f1530a7 commit a3d5bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g_ltac2.mlg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let lk_ident n strm = match stream_nth n strm with
| _ -> None

let lk_int n strm = match stream_nth n strm with
| INT _ -> Some (n + 1)
| NUMERAL { NumTok.int = _; frac = ""; exp = "" } -> Some (n + 1)
| _ -> None

let lk_ident_or_anti = lk_ident <+> (lk_kw "$" >> lk_ident)
Expand Down

0 comments on commit a3d5bf6

Please sign in to comment.