src/HOL/IMP/ROOT.ML
author kleing
Mon, 08 Aug 2011 16:47:55 +0200
changeset 44070 cebb7abb54b1
parent 43438 a666b8d11252
child 44656 22bbd0d1b943
permissions -rw-r--r--
import constant folding theory into IMP
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
     1
use_thys
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
     2
["BExp",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
     3
 "ASM",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
     4
 "Small_Step",
43143
1aeafba76f21 Fixed denotational semantics
nipkow
parents: 43141
diff changeset
     5
 "Denotation",
43438
a666b8d11252 IMP compiler with int, added reverse soundness direction
kleing
parents: 43158
diff changeset
     6
 "Comp_Rev",
43158
686fa0a0696e imported rest of new IMP
kleing
parents: 43150
diff changeset
     7
 "Poly_Types",
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
     8
 "Sec_Typing",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
     9
 "Sec_TypingT",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    10
 "Def_Ass_Sound_Big",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    11
 "Def_Ass_Sound_Small",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    12
 "Live",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    13
 "Hoare_Examples",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    14
 "VC",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    15
 "HoareT",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    16
 "Procs_Dyn_Vars_Dyn",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    17
 "Procs_Stat_Vars_Dyn",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    18
 "Procs_Stat_Vars_Stat",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    19
 "C_like",
44070
cebb7abb54b1 import constant folding theory into IMP
kleing
parents: 43438
diff changeset
    20
 "OO",
cebb7abb54b1 import constant folding theory into IMP
kleing
parents: 43438
diff changeset
    21
 "Fold"
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    22
];