summaryrefslogtreecommitdiff
path: root/backends/hol4/primitivesBaseTacLib.sml
diff options
context:
space:
mode:
authorSon Ho2023-05-17 13:55:52 +0200
committerSon HO2023-06-04 21:54:38 +0200
commiteb514258caa14a7dcb1569dba1c0068805b2343a (patch)
tree59b272df78a9412aa066edb1a1d4666016471e00 /backends/hol4/primitivesBaseTacLib.sml
parentdf4d60b71bcabf9897656d6d74157a4c7d8d539c (diff)
Cleanup a bit the HOL4 backend and implement eval_conv
Diffstat (limited to '')
-rw-r--r--backends/hol4/primitivesBaseTacLib.sml3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/hol4/primitivesBaseTacLib.sml b/backends/hol4/primitivesBaseTacLib.sml
index 133f6a99..3d6d9e3e 100644
--- a/backends/hol4/primitivesBaseTacLib.sml
+++ b/backends/hol4/primitivesBaseTacLib.sml
@@ -2,8 +2,7 @@
structure primitivesBaseTacLib =
struct
-open HolKernel boolLib bossLib Parse
-open boolTheory arithmeticTheory integerTheory intLib listTheory
+open HolKernel boolLib bossLib intLib
val debug = ref false