File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1717(***************************************************************************** *)
1818
1919From Ltac2 Require Import Init.
20- Declare ML Module "waterproof:coq-waterproof.databases ".
20+ Declare ML Module "waterproof:coq-waterproof.plugin ".
Original file line number Diff line number Diff line change 1717(***************************************************************************** *)
1818
1919From Ltac2 Require Import Init.
20- Declare ML Module "waterproof:coq-waterproof.plugin".
20+ Declare ML Module "waterproof:coq-waterproof.plugin".
You can’t perform that action at this time.
0 commit comments