aboutsummaryrefslogtreecommitdiffhomepage
path: root/hol-light/TacticRecording/main.ml
diff options
context:
space:
mode:
authorGravatar mark <>2012-02-21 14:46:38 +0000
committerGravatar mark <>2012-02-21 14:46:38 +0000
commit6ecd3be998c4d2a6d8dae8ec2f67c50305a251ef (patch)
tree7ab1729b5ee16d3f404d1fdcb37a54e831a64afa /hol-light/TacticRecording/main.ml
parent22e1df6da4f7324b4013a1fce79906b9c3b911fb (diff)
Various small improvements to capability
Whole of examples3 now processes Facility for adding manual labels to atomic/composite tactics
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";;