1 (* ========================================================================= *)
2 (* Consistency proof of "pure HOL" (no axioms or definitions) in itself. *)
3 (* ========================================================================= *)
5 loadt "Library/card.ml";;
7 (* ------------------------------------------------------------------------- *)
8 (* Syntactic definitions (terms, types, theorems etc.) *)
9 (* ------------------------------------------------------------------------- *)
11 loadt "Model/syntax.ml";;
13 (* ------------------------------------------------------------------------- *)
14 (* Set-theoretic hierarchy to support semantics. *)
15 (* ------------------------------------------------------------------------- *)
17 loadt "Model/modelset.ml";;
19 (* ------------------------------------------------------------------------- *)
21 (* ------------------------------------------------------------------------- *)
23 loadt "Model/semantics.ml";;