Skip to content

Commit 21f897c

Browse files
committed
[vendor] [deps] Bump Rocq (and Rocq-stdlib deps)
For overlays rocq-prover/rocq#20962 and rocq-prover/rocq#20917 We still keep our stdlib overlay due to rocq-prover/stdlib#201
1 parent bad6797 commit 21f897c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

coq/parsing.ml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ let parse_to_terminator : unit Pcoq.Entry.t =
2727
(* type 'a parser_fun = { parser_fun : te LStream.t -> 'a } *)
2828
let rec dot kwstate st =
2929
match Gramlib.LStream.next kwstate st with
30-
| Some (Tok.KEYWORD ("." | "..." | "Qed" | "Defined" | "Admitted") | Tok.BULLET _)
31-
-> ()
30+
| Some
31+
( Tok.KEYWORD ("." | "..." | "Qed" | "Defined" | "Admitted")
32+
| Tok.BULLET _ ) -> ()
3233
| Some Tok.EOI -> ()
3334
| Some _ -> dot kwstate st
3435
| None -> assert false (* should get EOI before None *)

vendor/coq

Submodule coq updated from d2ee654 to 4015c7e

vendor/coq-stdlib

vendor/coq-waterproof

Submodule coq-waterproof updated 72 files

0 commit comments

Comments
 (0)