src/HOL/Import/ROOT.ML
author wenzelm
Wed, 01 Feb 2006 22:20:40 +0100
changeset 18888 3b643f81b378
parent 17624 da9a5efecde7
child 25374 7657a081fcb4
permissions -rw-r--r--
updated;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14620
1be590fd2422 Minor cleanup of headers and some speedup of the HOL4 import.
skalberg
parents: 14516
diff changeset
     1
(*  Title:      HOL/Import/ROOT.ML
1be590fd2422 Minor cleanup of headers and some speedup of the HOL4 import.
skalberg
parents: 14516
diff changeset
     2
    ID:         $Id$
1be590fd2422 Minor cleanup of headers and some speedup of the HOL4 import.
skalberg
parents: 14516
diff changeset
     3
    Author:     Sebastian Skalberg (TU Muenchen)
1be590fd2422 Minor cleanup of headers and some speedup of the HOL4 import.
skalberg
parents: 14516
diff changeset
     4
*)
1be590fd2422 Minor cleanup of headers and some speedup of the HOL4 import.
skalberg
parents: 14516
diff changeset
     5
17624
da9a5efecde7 bug fix
obua
parents: 14684
diff changeset
     6
proofs := 0;
14516
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
     7
use_thy "HOL4Compat";
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
     8
use_thy "HOL4Syntax";