src/HOL/IMP/ROOT.ML
author nipkow
Wed, 01 Jun 2011 22:42:37 +0200
changeset 43143 1aeafba76f21
parent 43141 11fce8564415
child 43150 69bc4dafcc53
permissions -rw-r--r--
Fixed denotational semantics
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",
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
     6
 "Compiler"(*,
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
     7
 "Poly_Types",
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
 "Def_Ass2_Sound_Small",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    13
 "Def_Ass2_Big0",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    14
 "Live",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    15
 "Hoare_Examples",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    16
 "VC",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    17
 "HoareT",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    18
 "Procs_Dyn_Vars_Dyn",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    19
 "Procs_Stat_Vars_Dyn",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    20
 "Procs_Stat_Vars_Stat",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    21
 "C_like",
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    22
 "OO"
924
806721cfbf46 new version of HOL/IMP with curried function application
clasohm
parents:
diff changeset
    23
*)
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 41589
diff changeset
    24
];