src/HOLCF/Tr.ML
author wenzelm
Tue, 21 Jun 2005 09:51:59 +0200
changeset 16513 f38693aad717
parent 15649 f8345ee4f607
child 16756 e05c8039873a
permissions -rw-r--r--
enter_thms: use theorem database of thy *after* attribute application;


(* legacy ML bindings *)

val TT_def = thm "TT_def";
val FF_def = thm "FF_def";
val neg_def = thm "neg_def";
val ifte_def = thm "ifte_def";
val andalso_def = thm "andalso_def";
val orelse_def = thm "orelse_def";
val If2_def = thm "If2_def";
val Exh_tr = thm "Exh_tr";
val trE = thm "trE";
val tr_defs = thms "tr_defs";
val dist_less_tr = thms "dist_less_tr";
val dist_eq_tr = thms "dist_eq_tr";
val ifte_simp = thm "ifte_simp";
val ifte_thms = thms "ifte_thms";
val andalso_thms = thms "andalso_thms";
val orelse_thms = thms "orelse_thms";
val neg_thms = thms "neg_thms";
val split_If2 = thm "split_If2";
val andalso_or = thm "andalso_or";
val andalso_and = thm "andalso_and";
val Def_bool1 = thm "Def_bool1";
val Def_bool2 = thm "Def_bool2";
val Def_bool3 = thm "Def_bool3";
val Def_bool4 = thm "Def_bool4";
val If_and_if = thm "If_and_if";
val adm_trick_1 = thm "adm_trick_1";
val adm_trick_2 = thm "adm_trick_2";
val adm_tricks = thms "adm_tricks";
val adm_nTT = thm "adm_nTT";
val adm_nFF = thm "adm_nFF";