Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions template-rocq/_PluginProject.in
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ gen-src/list0.ml
gen-src/list0.mli
gen-src/listDef.ml
gen-src/listDef.mli
gen-src/listDef0.ml
gen-src/listDef0.mli
gen-src/logic0.ml
gen-src/logic0.mli
gen-src/logic1.ml
Expand Down Expand Up @@ -186,6 +188,8 @@ gen-src/plugin_core.ml
gen-src/plugin_core.mli
gen-src/posDef.ml
gen-src/posDef.mli
gen-src/posDef0.ml
gen-src/posDef0.mli
gen-src/pretty.ml
gen-src/pretty.mli
gen-src/primFloat.ml
Expand Down
2 changes: 2 additions & 0 deletions template-rocq/gen-src/metarocq_template_plugin.mlpack
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Numeral0
Nat0
Caml_nat
ListDef
ListDef0
List0
PeanoNat
Specif
Expand All @@ -16,6 +17,7 @@ BinPosDef
BinNums
BinPos
PosDef
PosDef0
BinNat
NatDef
BinInt
Expand Down
Loading