Skip to content

Commit 6de7be1

Browse files
Merge 8.17 into main (impermeable#61)
Main change according to (PR impermeable#58): we only declare one plugin now.
1 parent d43e1c4 commit 6de7be1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/databases.mlg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
(* *)
1717
(******************************************************************************)
1818

19-
DECLARE PLUGIN "coq-waterproof.databases"
19+
DECLARE PLUGIN "coq-waterproof.plugin"
2020

2121
{
2222

@@ -73,4 +73,4 @@ VERNAC COMMAND EXTEND DatabaseQuery CLASSIFIED AS QUERY
7373
Feedback.msg_notice ((str "Decidability databases :") ++ List.fold_left (fun acc database_name -> acc ++ str " " ++ str database_name) (str "") (get_current_databases Decidability));
7474
Feedback.msg_notice ((str "Shorten databases :") ++ List.fold_left (fun acc database_name -> acc ++ str " " ++ str database_name) (str "") (get_current_databases Shorten))
7575
}
76-
END
76+
END

theories/Automation/Framework.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
(******************************************************************************)
1818

1919
From Ltac2 Require Import Init.
20-
Declare ML Module "waterproof:coq-waterproof.databases".
20+
Declare ML Module "waterproof:coq-waterproof.plugin".

theories/Waterproof.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
(******************************************************************************)
1818

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

0 commit comments

Comments
 (0)