| author | wenzelm |
| Fri, 29 Sep 2006 22:47:51 +0200 | |
| changeset 20787 | 406d990006af |
| parent 20647 | 680b58597f65 |
| permissions | -rw-r--r-- |
|
20647
680b58597f65
Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff
changeset
|
1 |
%ID: $Id$ |
|
680b58597f65
Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff
changeset
|
2 |
%Author: Jia Meng, NICTA |
|
680b58597f65
Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff
changeset
|
3 |
%full-typed combinator reduction for I, K |
|
680b58597f65
Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff
changeset
|
4 |
|
|
680b58597f65
Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff
changeset
|
5 |
%K P Q --> P |
|
680b58597f65
Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff
changeset
|
6 |
input_clause(a1,axiom, |
|
680b58597f65
Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff
changeset
|
7 |
[++equal(typeinfo(hAPP(typeinfo(hAPP(typeinfo(c_COMBK,tc_fun(A,tc_fun(B,A))),typeinfo(P,A)),tc_fun(B,A)),typeinfo(Q,B)),A),typeinfo(P,A))]). |
|
680b58597f65
Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff
changeset
|
8 |
|
|
680b58597f65
Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff
changeset
|
9 |
%I P --> P |
|
680b58597f65
Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff
changeset
|
10 |
input_clause(a3,axiom, |
|
680b58597f65
Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff
changeset
|
11 |
[++equal(typeinfo(hAPP(typeinfo(c_COMBI,tc_fun(T,T)),typeinfo(P,T)),T),typeinfo(P,T))]). |