Skip to content

Commit

Permalink
Merge 8.17 into main (impermeable#61)
Browse files Browse the repository at this point in the history
Main change according to (PR impermeable#58): we only declare one plugin now.
  • Loading branch information
jim-portegies authored May 18, 2024
1 parent d43e1c4 commit 6de7be1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/databases.mlg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
(* *)
(******************************************************************************)

DECLARE PLUGIN "coq-waterproof.databases"
DECLARE PLUGIN "coq-waterproof.plugin"

{

Expand Down Expand Up @@ -73,4 +73,4 @@ VERNAC COMMAND EXTEND DatabaseQuery CLASSIFIED AS QUERY
Feedback.msg_notice ((str "Decidability databases :") ++ List.fold_left (fun acc database_name -> acc ++ str " " ++ str database_name) (str "") (get_current_databases Decidability));
Feedback.msg_notice ((str "Shorten databases :") ++ List.fold_left (fun acc database_name -> acc ++ str " " ++ str database_name) (str "") (get_current_databases Shorten))
}
END
END
2 changes: 1 addition & 1 deletion theories/Automation/Framework.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
(******************************************************************************)

From Ltac2 Require Import Init.
Declare ML Module "waterproof:coq-waterproof.databases".
Declare ML Module "waterproof:coq-waterproof.plugin".
2 changes: 1 addition & 1 deletion theories/Waterproof.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
(******************************************************************************)

From Ltac2 Require Import Init.
Declare ML Module "waterproof:coq-waterproof.plugin".
Declare ML Module "waterproof:coq-waterproof.plugin".

0 comments on commit 6de7be1

Please sign in to comment.