Skip to content

Commit

Permalink
[v8.20] Fixup after merge, due to Coq -> Stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Sep 29, 2024
1 parent 958be95 commit cabe3d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controller-js/coq_lsp_worker.ml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ let main () =

let stdlib coqlib =
let unix_path = Filename.concat coqlib "theories" in
let coq_path = Names.(DirPath.make [ Id.of_string "Stdlib" ]) in
let coq_path = Names.(DirPath.make [ Id.of_string "Coq" ]) in
Loadpath.
{ unix_path; coq_path; implicit = true; has_ml = false; recursive = true }
in
Expand Down
2 changes: 1 addition & 1 deletion test/serlib/genarg/libTactics.v
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

Set Implicit Arguments.

Require Import Stdlib.Lists.List.
Require Import Coq.Lists.List.


(* ********************************************************************** *)
Expand Down

0 comments on commit cabe3d4

Please sign in to comment.