Skip to content

Commit

Permalink
[vendor] [deps] Bump Coq
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Mar 6, 2025
1 parent d9b5f11 commit e5d15c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vendor/coq
Submodule coq updated 90 files
+3 −2 checker/mod_checking.ml
+11 −0 dev/bench/benchUtil.ml
+11 −0 dev/bench/benchUtil.mli
+38 −15 dev/bench/htmloutput.ml
+3 −3 dev/bench/htmloutput.mli
+22 −9 dev/bench/profparser.ml
+1 −1 dev/bench/profparser.mli
+2 −2 dev/bench/timelog2html.ml
+1 −1 dev/ci/ci-basic-overlay.sh
+1 −1 dev/ci/scripts/ci-common.sh
+3 −0 dev/ci/user-overlays/20315-SkySkimmer-ltac-may-eval.sh
+1 −0 dev/top_printers.dbg
+2 −0 dev/top_printers.ml
+2 −0 dev/top_printers.mli
+5 −0 doc/changelog/06-Ltac2-language/20220-better-fresh.rst
+6 −8 engine/evd.ml
+4 −2 engine/evd.mli
+2 −0 engine/namegen.mli
+25 −0 engine/nameops.ml
+1 −0 engine/nameops.mli
+35 −34 interp/constrintern.ml
+33 −6 interp/notation.ml
+1 −1 interp/notation.mli
+1 −1 interp/notation_ops.ml
+6 −4 kernel/inductive.ml
+3 −1 kernel/inductive.mli
+1 −1 kernel/mod_subst.ml
+4 −0 kernel/safe_typing.ml
+2 −0 kernel/safe_typing.mli
+1 −1 kernel/typeops.ml
+11 −15 plugins/firstorder/formula.ml
+5 −3 plugins/firstorder/formula.mli
+3 −3 plugins/firstorder/ground.ml
+3 −1 plugins/firstorder/instances.ml
+46 −17 plugins/firstorder/rules.ml
+2 −2 plugins/firstorder/rules.mli
+27 −66 plugins/firstorder/sequent.ml
+2 −4 plugins/firstorder/sequent.mli
+0 −1 plugins/ltac/g_ltac.mlg
+0 −1 plugins/ltac/pltac.mli
+0 −1 plugins/ltac/pptactic.ml
+1 −1 plugins/ltac/pptactic.mli
+6 −0 plugins/ltac/tacexpr.mli
+0 −1 plugins/ltac/tacintern.ml
+0 −1 plugins/ltac/tacinterp.ml
+0 −1 plugins/ltac/tacsubst.ml
+17 −5 plugins/ltac2/tac2core.ml
+1 −1 plugins/ltac2/tac2ffi.ml
+3 −3 plugins/ltac2/tac2ffi.mli
+3 −0 plugins/ltac2/tac2stdlib.ml
+2 −0 plugins/ltac2/tac2tactics.ml
+2 −0 plugins/ltac2/tac2tactics.mli
+4 −2 plugins/ssr/ssrcommon.ml
+5 −2 plugins/ssr/ssrequality.ml
+1 −1 plugins/ssr/ssrvernac.mlg
+13 −6 pretyping/cases.ml
+6 −3 pretyping/coercion.ml
+2 −1 pretyping/combinators.ml
+5 −2 pretyping/evarconv.ml
+3 −1 pretyping/evardefine.ml
+2 −1 pretyping/evarsolve.ml
+10 −16 pretyping/globEnv.ml
+3 −4 pretyping/globEnv.mli
+33 −6 pretyping/indrec.ml
+0 −2 pretyping/typeclasses.ml
+2 −0 pretyping/typeclasses.mli
+1 −1 pretyping/typing.ml
+6 −3 pretyping/unification.ml
+4 −3 proofs/clenv.ml
+4 −2 proofs/proof.ml
+1 −2 proofs/refine.ml
+9 −3 tactics/btermdn.ml
+2 −1 tactics/evar_tactics.ml
+0 −6 tactics/genredexpr.mli
+4 −2 tactics/tactics.ml
+34 −0 test-suite/bugs/bug_16967_1.v
+26 −0 test-suite/bugs/bug_20301.v
+27 −0 test-suite/bugs/bug_20308.v
+3 −3 test-suite/output/Notations3.out
+2 −2 test-suite/output/PrintMatch.out
+1 −1 test-suite/output/UnivBinders.out
+2 −1 test-suite/output/bug_9180.out
+8 −8 test-suite/output/locate.out
+2 −2 test-suite/output/wish_17316.out
+13 −4 user-contrib/Ltac2/Fresh.v
+3 −2 user-contrib/Ltac2/Notations.v
+4 −0 user-contrib/Ltac2/Std.v
+2 −1 vernac/comFixpoint.ml
+2 −1 vernac/comInductive.ml
+13 −12 vernac/declare.ml

0 comments on commit e5d15c4

Please sign in to comment.