author | wenzelm |
Sat, 13 May 2006 02:51:49 +0200 | |
changeset 19636 | 50515882049e |
parent 17815 | ccf54e3cabfa |
permissions | -rw-r--r-- |
15576
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
1 |
|
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
2 |
(* legacy ML bindings *) |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
3 |
|
16922 | 4 |
val Abs_CFun_inverse2 = thm "Abs_CFun_inverse2"; |
5 |
val adm_cont = thm "adm_cont"; |
|
6 |
val assoc_oo = thm "assoc_oo"; |
|
7 |
val beta_cfun = thm "beta_cfun"; |
|
8 |
val cfcomp1 = thm "cfcomp1"; |
|
9 |
val cfcomp2 = thm "cfcomp2"; |
|
10 |
val cfun_arg_cong = thm "cfun_arg_cong"; |
|
15576
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
11 |
val cfun_cong = thm "cfun_cong"; |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
12 |
val cfun_fun_cong = thm "cfun_fun_cong"; |
16922 | 13 |
val ch2ch_Rep_CFunL = thm "ch2ch_Rep_CFunL"; |
15576
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
14 |
val ch2ch_Rep_CFunR = thm "ch2ch_Rep_CFunR"; |
16922 | 15 |
val ch2ch_Rep_CFun = thm "ch2ch_Rep_CFun"; |
16 |
val chain_monofun = thm "chain_monofun"; |
|
17 |
val chfin2chfin = thm "chfin2chfin"; |
|
18 |
val chfin_Rep_CFunR = thm "chfin_Rep_CFunR"; |
|
19 |
val cont2cont_LAM = thm "cont2cont_LAM"; |
|
15576
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
20 |
val cont2cont_Rep_CFun = thm "cont2cont_Rep_CFun"; |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
21 |
val cont2mono_LAM = thm "cont2mono_LAM"; |
16922 | 22 |
val cont_cfun_arg = thm "cont_cfun_arg"; |
23 |
val cont_cfun_fun = thm "cont_cfun_fun"; |
|
24 |
val cont_cfun = thm "cont_cfun"; |
|
17815 | 25 |
val cont_strictify1 = thm "cont_strictify1"; |
26 |
val cont_strictify2 = thm "cont_strictify2"; |
|
16922 | 27 |
val cont_lemmas1 = thms "cont_lemmas1"; |
28 |
val contlub_cfun_arg = thm "contlub_cfun_arg"; |
|
29 |
val contlub_cfun_fun = thm "contlub_cfun_fun"; |
|
30 |
val cont_lub_cfun = thm "cont_lub_cfun"; |
|
31 |
val contlub_cfun = thm "contlub_cfun"; |
|
17815 | 32 |
val contlub_strictify2 = thm "contlub_strictify2"; |
16922 | 33 |
val contlub_Rep_CFun1 = thm "contlub_Rep_CFun1"; |
34 |
val contlub_Rep_CFun2 = thm "contlub_Rep_CFun2"; |
|
35 |
val cont_Rep_CFun1 = thm "cont_Rep_CFun1"; |
|
36 |
val cont_Rep_CFun2 = thm "cont_Rep_CFun2"; |
|
37 |
val eta_cfun = thm "eta_cfun"; |
|
38 |
val ex_lub_cfun = thm "ex_lub_cfun"; |
|
39 |
val ext_cfun = thm "ext_cfun"; |
|
40 |
val flat2flat = thm "flat2flat"; |
|
41 |
val flat_codom = thm "flat_codom"; |
|
42 |
val flat_eqI = thm "flat_eqI"; |
|
43 |
val ID1 = thm "ID1"; |
|
44 |
val ID2 = thm "ID2"; |
|
45 |
val ID3 = thm "ID3"; |
|
46 |
val ID_def = thm "ID_def"; |
|
47 |
val injection_defined_rev = thm "injection_defined_rev"; |
|
48 |
val injection_defined = thm "injection_defined"; |
|
49 |
val injection_eq = thm "injection_eq"; |
|
50 |
val injection_less = thm "injection_less"; |
|
51 |
val inst_cfun_pcpo = thm "inst_cfun_pcpo"; |
|
52 |
val less_cfun_def = thm "less_CFun_def"; |
|
53 |
val less_cfun_ext = thm "less_cfun_ext"; |
|
54 |
val lub_cfun_mono = thm "lub_cfun_mono"; |
|
55 |
val lub_cfun = thm "lub_cfun"; |
|
56 |
val monofun_cfun_arg = thm "monofun_cfun_arg"; |
|
57 |
val monofun_cfun_fun = thm "monofun_cfun_fun"; |
|
58 |
val monofun_cfun = thm "monofun_cfun"; |
|
17815 | 59 |
val monofun_strictify2 = thm "monofun_strictify2"; |
16922 | 60 |
val monofun_Rep_CFun1 = thm "monofun_Rep_CFun1"; |
61 |
val monofun_Rep_CFun2 = thm "monofun_Rep_CFun2"; |
|
62 |
val oo_def = thm "oo_def"; |
|
63 |
val Rep_CFun_strict1 = thm "Rep_CFun_strict1"; |
|
64 |
val retraction_strict = thm "retraction_strict"; |
|
65 |
val semi_monofun_Abs_CFun = thm "semi_monofun_Abs_CFun"; |
|
15576
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
66 |
val strictify1 = thm "strictify1"; |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
67 |
val strictify2 = thm "strictify2"; |
16922 | 68 |
val strictify_conv_if = thm "strictify_conv_if"; |
69 |
val strictify_def = thm "strictify_def"; |
|
70 |
val strictI = thm "strictI"; |
|
71 |
val thelub_cfun = thm "thelub_cfun"; |
|
72 |
val UU_CFun = thm "UU_CFun"; |
|
15576
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
73 |
|
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
74 |
structure Cfun = |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
75 |
struct |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
76 |
val thy = the_context (); |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
77 |
val strictify_def = strictify_def; |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
78 |
val ID_def = ID_def; |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
79 |
val oo_def = oo_def; |
efb95d0d01f7
converted to new-style theories, and combined numbered files
huffman
parents:
diff
changeset
|
80 |
end; |