We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8529550 commit 9db8088Copy full SHA for 9db8088
plugin/plugin-bootstrap/Extraction.v
@@ -1,4 +1,9 @@
1
+(** The plugin loader *)
2
From VerifiedExtraction Require Export Loader.
-From Malfunction Require Export PrintMli.
3
+(* From Malfunction Require Export PrintMli. *)
4
5
+(** Bindings to primitive type implementations. *)
6
From VerifiedExtraction Require Export PrimInt63 PrimFloat PrimArray PrimString RocqMsgFFI.
7
+
8
+(** Ltac2 tactics using the erasure cast for reflexive proofs. *)
9
+From VerifiedExtraction Require Export Tactics.
plugin/plugin-bootstrap/_RocqProject
@@ -14,4 +14,5 @@ PrimString.v
14
PrimArray.v
15
OCamlFFI.v
16
RocqMsgFFI.v
17
+Tactics.v
18
Extraction.v
0 commit comments