Skip to content

Commit

Permalink
Merge pull request #665 from ejgallego/protect_recovery_dot
Browse files Browse the repository at this point in the history
[parsing] Bump Coq to fix lexer error recovery.
  • Loading branch information
ejgallego authored Apr 4, 2024
2 parents 50eb3ad + f68390b commit 516c487
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions examples/err_shift.v
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Definition map_union_weak `{β A, Insert K A (M A), ∀ A, Empty (M A), ∀ A,
Lookup K A (M A),
∀ A, FinMapToList K A (M A)} {A} (m1 m2 : M A) :=
map_imap (λ l v, Some (default v (m1 !! l))) m2.
Section theorems.
Lemma map_union_weak_insert {K A} `{Countable K} (m1 m2 : gmap K A) (i : K) (x : A):
map_union_weak (<[i := x]>m1) m2 = alter (λ _, x) i (map_union_weak m1 m2).
2 changes: 1 addition & 1 deletion vendor/coq
Submodule coq updated 146 files

0 comments on commit 516c487

Please sign in to comment.