src/HOL/Import/HOL/ROOT.ML
author wenzelm
Mon, 16 Mar 2009 18:24:30 +0100
changeset 30549 d2d7874648bd
parent 28529 7ff939586e83
child 32480 6c19da8e661a
permissions -rw-r--r--
simplified method setup;
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/HOL/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
21256
47195501ecf7 moved theories Parity, GCD, Binomial to Library;
wenzelm
parents: 17710
diff changeset
     6
use_thy "Primes";
28529
7ff939586e83 setmp_noncritical makes it work with future scheduler;
wenzelm
parents: 21256
diff changeset
     7
setmp_noncritical quick_and_dirty true use_thy "HOL4Prob";
7ff939586e83 setmp_noncritical makes it work with future scheduler;
wenzelm
parents: 21256
diff changeset
     8
setmp_noncritical quick_and_dirty true use_thy "HOL4";