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.ml11
1 files changed, 11 insertions, 0 deletions
diff --git a/hol-light/TacticRecording/main.ml b/hol-light/TacticRecording/main.ml
index 2dd6e6ef..44c01951 100644
--- a/hol-light/TacticRecording/main.ml
+++ b/hol-light/TacticRecording/main.ml
@@ -1,14 +1,25 @@
+(* Library stuff *)
#use "TacticRecording/lib.ml";;
#use "TacticRecording/dltree.mli";;
#use "TacticRecording/dltree.ml";;
+(* Datatypes and recording mechanism *)
+
#use "TacticRecording/xthm.ml";;
#use "TacticRecording/xtactics.ml";;
#use "TacticRecording/tacticrec.ml";;
+#use "TacticRecording/wrappers.ml";;
+
+(* Prooftree support *)
+
#use "TacticRecording/prooftree.ml";;
+(* Hiproofs, refactoring and export *)
+
#use "TacticRecording/hiproofs.ml";;
#use "TacticRecording/mlexport.ml";;
+(* Overwriting the existing HOL Light objects *)
+
#use "TacticRecording/promote.ml";;