src/HOL/Main.thy
author ballarin
Fri, 19 Dec 2008 16:39:23 +0100
changeset 29249 4dc278c8dc59
parent 28263 69eaa97e7e96
child 29304 5c71a6da989d
permissions -rw-r--r--
All logics ported to new locales.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17602
63367feba417 header (title/ID) added
webertj
parents: 17601
diff changeset
     1
(*  Title:      HOL/Main.thy
63367feba417 header (title/ID) added
webertj
parents: 17601
diff changeset
     2
    ID:         $Id$
63367feba417 header (title/ID) added
webertj
parents: 17601
diff changeset
     3
*)
9619
6125cc9efc18 fixed deps;
wenzelm
parents: 9447
diff changeset
     4
12024
b3661262541e moved String into Main;
wenzelm
parents: 11533
diff changeset
     5
header {* Main HOL *}
b3661262541e moved String into Main;
wenzelm
parents: 11533
diff changeset
     6
15131
c69542757a4d New theory header syntax.
nipkow
parents: 15063
diff changeset
     7
theory Main
28228
7ebe8dc06cbb evaluation using code generator
haftmann
parents: 28091
diff changeset
     8
imports Plain Code_Eval Map Nat_Int_Bij Recdef
15131
c69542757a4d New theory header syntax.
nipkow
parents: 15063
diff changeset
     9
begin
9650
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents: 9619
diff changeset
    10
27367
a75d71c73362 added dummy citiation
haftmann
parents: 26729
diff changeset
    11
text {* See further \cite{Nipkow-et-al:2002:tutorial} *}
25964
080f89d89990 consistent interacitve bootstrap of HOL-Main
haftmann
parents: 25223
diff changeset
    12
9650
6f0b89f2a1f9 Main now new-style theory; added Main.ML for compatibility;
wenzelm
parents: 9619
diff changeset
    13
end