aboutsummaryrefslogtreecommitdiffhomepage
path: root/hol-light/TacticRecording/main.ml
diff options
context:
space:
mode:
Diffstat (limited to 'hol-light/TacticRecording/main.ml')
-rw-r--r--hol-light/TacticRecording/main.ml14
1 files changed, 14 insertions, 0 deletions
diff --git a/hol-light/TacticRecording/main.ml b/hol-light/TacticRecording/main.ml
new file mode 100644
index 00000000..2dd6e6ef
--- /dev/null
+++ b/hol-light/TacticRecording/main.ml
@@ -0,0 +1,14 @@
+
+#use "TacticRecording/lib.ml";;
+#use "TacticRecording/dltree.mli";;
+#use "TacticRecording/dltree.ml";;
+
+#use "TacticRecording/xthm.ml";;
+#use "TacticRecording/xtactics.ml";;
+#use "TacticRecording/tacticrec.ml";;
+#use "TacticRecording/prooftree.ml";;
+
+#use "TacticRecording/hiproofs.ml";;
+#use "TacticRecording/mlexport.ml";;
+
+#use "TacticRecording/promote.ml";;