src/HOL/IMP/ROOT.ML
author nipkow
Fri, 02 Sep 2011 19:25:18 +0200
changeset 44656 22bbd0d1b943
parent 44070 cebb7abb54b1
child 44932 7c93ee993cae
permissions -rw-r--r--
Added Abstract Interpretation theories

no_document use_thys ["~~/src/HOL/ex/Interpretation_with_Defs"];

use_thys
["BExp",
 "ASM",
 "Small_Step",
 "Denotation",
 "Comp_Rev",
 "Poly_Types",
 "Sec_Typing",
 "Sec_TypingT",
 "Def_Ass_Sound_Big",
 "Def_Ass_Sound_Small",
 "Live",
 "AbsInt1_ivl",
 "Hoare_Examples",
 "VC",
 "HoareT",
 "Procs_Dyn_Vars_Dyn",
 "Procs_Stat_Vars_Dyn",
 "Procs_Stat_Vars_Stat",
 "C_like",
 "OO",
 "Fold"
];