src/HOLCF/Tr.ML
author berghofe
Fri, 07 Apr 2006 11:17:44 +0200
changeset 19357 dade85a75c9f
parent 18070 b653e18f0a41
permissions -rw-r--r--
Added alternative version of thms_of_proof that does not recursively descend into proofs of (named) theorems.


(* legacy ML bindings *)

val andalso_and = thm "andalso_and";
val andalso_def = thm "andalso_def";
val andalso_or = thm "andalso_or";
val andalso_thms = thms "andalso_thms";
val compact_FF = thm "compact_FF";
val compact_TT = thm "compact_TT";
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 dist_eq_tr = thms "dist_eq_tr";
val dist_less_tr = thms "dist_less_tr";
val Exh_tr = thm "Exh_tr";
val FF_def = thm "FF_def";
val If2_def = thm "If2_def";
val If_and_if = thm "If_and_if";
val ifte_def = thm "ifte_def";
val ifte_thms = thms "ifte_thms";
val neg_def = thm "neg_def";
val neg_thms = thms "neg_thms";
val orelse_def = thm "orelse_def";
val orelse_thms = thms "orelse_thms";
val split_If2 = thm "split_If2";
val tr_defs = thms "tr_defs";
val trE = thm "trE";
val TT_def = thm "TT_def";