diff options
Diffstat (limited to 'backends/hol4/primitivesLib.sml')
-rw-r--r-- | backends/hol4/primitivesLib.sml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/backends/hol4/primitivesLib.sml b/backends/hol4/primitivesLib.sml new file mode 100644 index 00000000..5803c531 --- /dev/null +++ b/backends/hol4/primitivesLib.sml @@ -0,0 +1,9 @@ +(* Advanced tactics for the primitives library *) +structure primitivesBaseTacLib = +struct + +open HolKernel boolLib bossLib Parse +open boolTheory arithmeticTheory integerTheory intLib listTheory stringTheory +open primitivesBaseTacLib primitivesTheory + +end |