| ` | (a -> denotation) ** (b -> denotation) -> either[a, b] -> denotation |
| ` | (data -> denotation) -> ans[data] -> denotation |
| ` | (data -> denotation) -> array[data] -> denotation |
| ` | (data -> denotation) -> bag[data, <] -> denotation |
| ` | (data -> denotation) -> bstree[data, <] -> denotation |
| ` | (data -> denotation) -> dArray[data] -> denotation |
| ` | (data -> denotation) -> heap[data, <] -> denotation |
| ` | (data -> denotation) -> iseq[data] -> denotation |
| ` | (data -> denotation) -> option[data] -> denotation |
| ` | (data -> denotation) -> seq[data] -> denotation |
| ` | (data -> denotation) -> set[data, <] -> denotation : [1], [2] |
| ` | (data -> denotation) -> tree[data] -> denotation |
| ` | (data -> string) -> array[data] -> string |
| ` | (data -> string) -> bag[data, <] -> string |
| ` | (data -> string) -> bstree[data, <] -> string |
| ` | (data -> string) -> dArray[data] -> string |
| ` | (data -> string) -> heap[data, <] -> string |
| ` | (data -> string) -> iseq[data] -> string |
| ` | (data -> string) -> seq[data] -> string |
| ` | (data -> string) -> set[data, <] -> string : [1], [2] |
| ` | (data -> string) -> tree[data] -> string |
| ` | (data1 -> denotation) ** (data2 -> denotation) ** (data3 -> denotation) ** (data4 -> denotation) -> quad[data1, data2, data3, data4] -> denotation |
| ` | (data1 -> denotation) ** (data2 -> denotation) ** (data3 -> denotation) ** (data4 -> denotation) -> union[data1, data2, data3, data4] -> denotation |
| ` | (data1 -> denotation) ** (data2 -> denotation) ** (data3 -> denotation) -> triple[data1, data2, data3] -> denotation |
| ` | (data1 -> denotation) ** (data2 -> denotation) ** (data3 -> denotation) -> union[data1, data2, data3] -> denotation |
| ` | (data1 -> denotation) ** (data2 -> denotation) -> pair[data1, data2] -> denotation |
| ` | (data1 -> denotation) ** (data2 -> denotation) -> union[data1, data2] -> denotation |
| ` | (dom -> denotation) ** (codom -> denotation) ** (data -> denotation) -> rel[dom, <, codom, <, data] -> denotation |
| ` | (dom -> denotation) ** (codom -> denotation) -> map[dom, <, codom] -> denotation : [1], [2], [3] |
| ` | (dom -> string) ** (codom -> string) ** (data -> string) -> rel[dom, <, codom, <, data] -> string |
| ` | (dom -> string) ** (codom -> string) -> map[dom, <, codom] -> string : [1], [2], [3] |
| ` | (from -> denotation) ** (to -> denotation) -> funct[from, to] -> denotation |
| ` | (nat -> denotation) ** (codom -> denotation) -> natMap[codom] -> denotation |
| ` | (nat -> string) ** (codom -> string) -> natMap[codom] -> string |
| ` | agent[result] -> denotation |
| ` | bool -> denotation |
| ` | char -> denotation |
| ` | childstat -> denotation |
| ` | com[data] -> denotation |
| ` | denotation ** denotation ** denotation -> (data -> denotation) -> iseq[data] -> denotation |
| ` | denotation ** denotation ** denotation -> (data -> denotation) -> seq[data] -> denotation |
| ` | denotation ** denotation ** denotation -> (data -> denotation) -> set[data, <] -> denotation : [1], [2] |
| ` | denotation ** denotation ** denotation -> (data -> string) -> iseq[data] -> string |
| ` | denotation ** denotation ** denotation -> (data -> string) -> seq[data] -> string |
| ` | denotation ** denotation ** denotation -> (data -> string) -> set[data, <] -> string : [1], [2] |
| ` | denotation ** denotation ** denotation -> (data1 -> denotation) ** (data2 -> denotation) ** (data3 -> denotation) ** (data4 -> denotation) -> quad[data1, data2, data3, data4] -> denotation |
| ` | denotation ** denotation ** denotation -> (data1 -> denotation) ** (data2 -> denotation) ** (data3 -> denotation) -> triple[data1, data2, data3] -> denotation |
| ` | denotation ** denotation ** denotation -> (data1 -> denotation) ** (data2 -> denotation) -> pair[data1, data2] -> denotation |
| ` | denotation ** denotation ** denotation -> (dom ** codom ** data -> denotation) -> rel[dom, <, codom, <, data] -> denotation |
| ` | denotation ** denotation ** denotation -> (dom ** codom ** data -> string) -> rel[dom, <, codom, <, data] -> string |
| ` | denotation ** denotation ** denotation -> (dom -> denotation) ** (codom -> denotation) ** (data -> denotation) -> rel[dom, <, codom, <, data] -> denotation |
| ` | denotation ** denotation ** denotation -> (dom -> string) ** (codom -> string) ** (data -> string) -> rel[dom, <, codom, <, data] -> string |
| ` | denotation ** denotation ** denotation -> nat ** (data -> denotation) -> iseq[data] -> denotation |
| ` | denotation ** denotation ** denotation -> nat ** (data -> string) -> iseq[data] -> string |
| ` | denotation -> denotation ** denotation ** denotation -> (dom -> denotation) ** (codom -> denotation) -> map[dom, <, codom] -> denotation : [1], [2], [3] |
| ` | denotation -> denotation ** denotation ** denotation -> (dom -> string) ** (codom -> string) -> map[dom, <, codom] -> string : [1], [2], [3] |
| ` | denotation -> denotation ** denotation ** denotation -> (nat -> denotation) ** (codom -> denotation) -> natMap[codom] -> denotation |
| ` | denotation -> denotation ** denotation ** denotation -> (nat -> string) ** (codom -> string) -> natMap[codom] -> string |
| ` | device -> denotation |
| ` | file -> denotation |
| ` | filemode -> denotation |
| ` | filestat -> denotation |
| ` | filetype -> denotation |
| ` | fission -> denotation |
| ` | group -> denotation |
| ` | groupid -> denotation |
| ` | inode -> denotation |
| ` | int -> denotation |
| ` | nat ** (data -> denotation) -> iseq[data] -> denotation |
| ` | nat ** (data -> string) -> iseq[data] -> string |
| ` | nat -> denotation |
| ` | permission -> denotation |
| ` | position -> denotation |
| ` | process -> denotation : [1], [2] |
| ` | procstat -> denotation |
| ` | real ** nat -> denotation |
| ` | real -> denotation |
| ` | rel -> denotation |
| ` | sap[in, out] -> denotation |
| ` | seq[union] -> denotation |
| ` | set -> denotation |
| ` | set -> string |
| ` | set[data] -> denotation |
| ` | set[data] -> string |
| ` | sigaction -> denotation |
| ` | sighandler -> denotation |
| ` | sigmask -> denotation |
| ` | signal -> denotation |
| ` | string -> denotation |
| ` | subrel -> denotation |
| ` | time -> denotation |
| ` | union -> denotation |
| ` | user -> denotation |
| ` | userid -> denotation |
| ` | void -> denotation |