src/HOLCF/Tr.ML
author webertj
Wed, 15 Feb 2006 18:10:09 +0100
changeset 19043 6c0fca729f33
parent 18070 b653e18f0a41
permissions -rw-r--r--
typo in a comment fixed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2640
ee4dfce170a0 Changes of HOLCF from Oscar Slotosch:
slotosch
parents:
diff changeset
     1
15649
f8345ee4f607 convert to new-style theory
huffman
parents: 14981
diff changeset
     2
(* legacy ML bindings *)
2640
ee4dfce170a0 Changes of HOLCF from Oscar Slotosch:
slotosch
parents:
diff changeset
     3
16922
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
     4
val andalso_and = thm "andalso_and";
15649
f8345ee4f607 convert to new-style theory
huffman
parents: 14981
diff changeset
     5
val andalso_def = thm "andalso_def";
16922
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
     6
val andalso_or = thm "andalso_or";
15649
f8345ee4f607 convert to new-style theory
huffman
parents: 14981
diff changeset
     7
val andalso_thms = thms "andalso_thms";
18070
b653e18f0a41 cleaned up; removed adm_tricks in favor of compactness theorems
huffman
parents: 16922
diff changeset
     8
val compact_FF = thm "compact_FF";
b653e18f0a41 cleaned up; removed adm_tricks in favor of compactness theorems
huffman
parents: 16922
diff changeset
     9
val compact_TT = thm "compact_TT";
15649
f8345ee4f607 convert to new-style theory
huffman
parents: 14981
diff changeset
    10
val Def_bool1 = thm "Def_bool1";
f8345ee4f607 convert to new-style theory
huffman
parents: 14981
diff changeset
    11
val Def_bool2 = thm "Def_bool2";
f8345ee4f607 convert to new-style theory
huffman
parents: 14981
diff changeset
    12
val Def_bool3 = thm "Def_bool3";
f8345ee4f607 convert to new-style theory
huffman
parents: 14981
diff changeset
    13
val Def_bool4 = thm "Def_bool4";
16922
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    14
val dist_eq_tr = thms "dist_eq_tr";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    15
val dist_less_tr = thms "dist_less_tr";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    16
val Exh_tr = thm "Exh_tr";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    17
val FF_def = thm "FF_def";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    18
val If2_def = thm "If2_def";
15649
f8345ee4f607 convert to new-style theory
huffman
parents: 14981
diff changeset
    19
val If_and_if = thm "If_and_if";
16922
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    20
val ifte_def = thm "ifte_def";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    21
val ifte_thms = thms "ifte_thms";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    22
val neg_def = thm "neg_def";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    23
val neg_thms = thms "neg_thms";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    24
val orelse_def = thm "orelse_def";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    25
val orelse_thms = thms "orelse_thms";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    26
val split_If2 = thm "split_If2";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    27
val tr_defs = thms "tr_defs";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    28
val trE = thm "trE";
2128ac2aa5db brought ML files up to date with new lemmas
huffman
parents: 16756
diff changeset
    29
val TT_def = thm "TT_def";