| author | huffman |
| Thu, 28 Sep 2006 19:04:13 +0200 | |
| changeset 20763 | 052b348a98a9 |
| parent 20660 | 8606ddd42554 |
| 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 |
%const-typed combinator reduction for S' |
|
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 |
clause( |
|
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 |
forall([A, B, C, F, G, U, V, X], |
|
20660
8606ddd42554
corrected for the translation from _ to __ in c_COMBx_e
paulson
parents:
20647
diff
changeset
|
7 |
or( equal(hAPP(hAPP(hAPP(hAPP(c_COMBS__e(A,B,U,V),C),F),G),X),hAPP(hAPP(C,hAPP(F,X)),hAPP(G,X))))), |
|
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
|
8 |
a8 ). |