summaryrefslogtreecommitdiff
path: root/backends/hol4/primitivesArithScript.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/primitivesArithScript.sml
parentdf4d60b71bcabf9897656d6d74157a4c7d8d539c (diff)
Cleanup a bit the HOL4 backend and implement eval_conv
Diffstat (limited to 'backends/hol4/primitivesArithScript.sml')
-rw-r--r--backends/hol4/primitivesArithScript.sml3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/hol4/primitivesArithScript.sml b/backends/hol4/primitivesArithScript.sml
index b7b44b25..679ed2cd 100644
--- a/backends/hol4/primitivesArithScript.sml
+++ b/backends/hol4/primitivesArithScript.sml
@@ -1,5 +1,4 @@
-open HolKernel boolLib bossLib Parse
-open boolTheory arithmeticTheory integerTheory intLib listTheory
+open arithmeticTheory integerTheory
open primitivesBaseTacLib
val _ = new_theory "primitivesArith"