Skip to content

Commit

Permalink
Merge pull request #922 from ejgallego/bump_coq
Browse files Browse the repository at this point in the history
[vendor] [deps] Bump Coq
  • Loading branch information
ejgallego authored Feb 27, 2025
2 parents ab3f8fd + 6af9c50 commit 62984e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coq/workspace.ml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ let make ~cmdline ~implicit ~kind ~debug =
if boot then []
else
(* vo_include path = user-contrib + stdlib *)
let userpaths = mk_path_coqlib "user-contrib" :: Envars.coqpath() in
let userpaths = mk_path_coqlib "user-contrib" :: Envars.coqpath () in
let user_vo_path = List.map mk_userlib userpaths in
let stdlib_vo_path = mk_path_coqlib "theories" |> mk_stdlib ~implicit in
stdlib_vo_path :: user_vo_path
Expand Down
2 changes: 1 addition & 1 deletion vendor/coq
Submodule coq updated 308 files
2 changes: 1 addition & 1 deletion vendor/coq-stdlib
Submodule coq-stdlib updated 381 files

0 comments on commit 62984e6

Please sign in to comment.