src/HOL/Plain.thy
author haftmann
Mon, 26 Apr 2010 15:37:50 +0200
changeset 36409 d323e7773aa8
parent 33593 ef54e2108b74
child 38393 7c045c03598f
permissions -rw-r--r--
use new classes (linordered_)field_inverse_zero
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
27368
9f90ac19e32b established Plain theory and image
haftmann
parents:
diff changeset
     1
header {* Plain HOL *}
9f90ac19e32b established Plain theory and image
haftmann
parents:
diff changeset
     2
9f90ac19e32b established Plain theory and image
haftmann
parents:
diff changeset
     3
theory Plain
33593
ef54e2108b74 tuned imports
haftmann
parents: 33296
diff changeset
     4
imports Datatype Record FunDef Extraction
27368
9f90ac19e32b established Plain theory and image
haftmann
parents:
diff changeset
     5
begin
9f90ac19e32b established Plain theory and image
haftmann
parents:
diff changeset
     6
29304
5c71a6da989d tuned header and description of boot files;
wenzelm
parents: 27368
diff changeset
     7
text {*
5c71a6da989d tuned header and description of boot files;
wenzelm
parents: 27368
diff changeset
     8
  Plain bootstrap of fundamental HOL tools and packages; does not
5c71a6da989d tuned header and description of boot files;
wenzelm
parents: 27368
diff changeset
     9
  include @{text Hilbert_Choice}.
5c71a6da989d tuned header and description of boot files;
wenzelm
parents: 27368
diff changeset
    10
*}
5c71a6da989d tuned header and description of boot files;
wenzelm
parents: 27368
diff changeset
    11
27368
9f90ac19e32b established Plain theory and image
haftmann
parents:
diff changeset
    12
ML {* path_add "~~/src/HOL/Library" *}
9f90ac19e32b established Plain theory and image
haftmann
parents:
diff changeset
    13
9f90ac19e32b established Plain theory and image
haftmann
parents:
diff changeset
    14
end