summaryrefslogtreecommitdiff
path: root/backends/hol4/primitivesLib.sml
blob: 5803c531437cc2e3237d118378230fc2946e53f0 (plain)
1
2
3
4
5
6
7
8
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