author | wenzelm |
Mon, 07 Nov 2005 19:03:02 +0100 | |
changeset 18109 | 94b528311e22 |
parent 18092 | 2c5d5da79a1e |
permissions | -rw-r--r-- |
16202
61811f31ce5a
renamed FunCpo theory to Ffun; added theorems ch2ch_fun_rev and app_strict
huffman
parents:
diff
changeset
|
1 |
|
61811f31ce5a
renamed FunCpo theory to Ffun; added theorems ch2ch_fun_rev and app_strict
huffman
parents:
diff
changeset
|
2 |
(* legacy ML bindings *) |
61811f31ce5a
renamed FunCpo theory to Ffun; added theorems ch2ch_fun_rev and app_strict
huffman
parents:
diff
changeset
|
3 |
|
61811f31ce5a
renamed FunCpo theory to Ffun; added theorems ch2ch_fun_rev and app_strict
huffman
parents:
diff
changeset
|
4 |
val antisym_less_fun = thm "antisym_less_fun"; |
16922 | 5 |
val app_strict = thm "app_strict"; |
16202
61811f31ce5a
renamed FunCpo theory to Ffun; added theorems ch2ch_fun_rev and app_strict
huffman
parents:
diff
changeset
|
6 |
val ch2ch_fun = thm "ch2ch_fun"; |
18092
2c5d5da79a1e
renamed and added ch2ch, cont2cont, mono2mono theorems ending in _fun, _lambda, _LAM
huffman
parents:
17831
diff
changeset
|
7 |
val ch2ch_lambda = thm "ch2ch_lambda"; |
16202
61811f31ce5a
renamed FunCpo theory to Ffun; added theorems ch2ch_fun_rev and app_strict
huffman
parents:
diff
changeset
|
8 |
val cpo_fun = thm "cpo_fun"; |
17831 | 9 |
val expand_fun_less = thm "expand_fun_less"; |
16202
61811f31ce5a
renamed FunCpo theory to Ffun; added theorems ch2ch_fun_rev and app_strict
huffman
parents:
diff
changeset
|
10 |
val inst_fun_pcpo = thm "inst_fun_pcpo"; |
16922 | 11 |
val least_fun = thm "least_fun"; |
12 |
val less_fun_def = thm "less_fun_def"; |
|
13 |
val less_fun_ext = thm "less_fun_ext"; |
|
14 |
val lub_fun = thm "lub_fun"; |
|
15 |
val minimal_fun = thm "minimal_fun"; |
|
16 |
val refl_less_fun = thm "refl_less_fun"; |
|
17 |
val thelub_fun = thm "thelub_fun"; |
|
18 |
val trans_less_fun = thm "trans_less_fun"; |
|
19 |
val ub2ub_fun = thm "ub2ub_fun"; |
|
20 |