src/HOL/Import/HOL/ROOT.ML
author chaieb
Sun, 08 Jul 2007 19:01:32 +0200
changeset 23650 0a6a719d24d5
parent 21256 47195501ecf7
child 28529 7ff939586e83
permissions -rw-r--r--
Show the use of reflection attribute; fixed comments about the order of absorbing equations : f (C x) = x ; now automaically tried as last;
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";
17710
9a13e0abdb82 HOL4 image is back;
wenzelm
parents: 17648
diff changeset
     7
setmp quick_and_dirty true use_thy "HOL4Prob";
9a13e0abdb82 HOL4 image is back;
wenzelm
parents: 17648
diff changeset
     8
setmp quick_and_dirty true use_thy "HOL4";