summaryrefslogtreecommitdiff
path: root/backends/hol4/divDefExampleScript.sml
diff options
context:
space:
mode:
Diffstat (limited to 'backends/hol4/divDefExampleScript.sml')
-rw-r--r--backends/hol4/divDefExampleScript.sml7
1 files changed, 1 insertions, 6 deletions
diff --git a/backends/hol4/divDefExampleScript.sml b/backends/hol4/divDefExampleScript.sml
index 338385ab..4a17977c 100644
--- a/backends/hol4/divDefExampleScript.sml
+++ b/backends/hol4/divDefExampleScript.sml
@@ -1,11 +1,6 @@
(* Manually written examples of how to use the fixed-point operator from divDefScript *)
-open HolKernel boolLib bossLib Parse
-open boolTheory arithmeticTheory integerTheory intLib listTheory stringTheory
-
-open primitivesArithTheory primitivesBaseTacLib ilistTheory primitivesTheory
-open primitivesLib
-open divDefTheory
+open primitivesLib divDefTheory
val _ = new_theory "divDefExample"