/export/starexec/sandbox/solver/bin/starexec_run_hrs /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE ******** Signature ******** 0 : nat cons : (nat,natlist) -> natlist foldl : (((nat,nat) -> nat),nat,natlist) -> nat nil : natlist plus : (nat,nat) -> nat sum : natlist -> nat xap : (((nat,nat) -> nat),nat,nat) -> nat yap : ((nat -> nat),nat) -> nat ******** Computation Rules ******** (1) foldl(%X.%Y.yap(xap(F,%X),%Y),Y,nil) => Y (2) foldl(%Z.%U.yap(xap(G,%Z),%U),V,cons(W,P)) => foldl(%V.%W.yap(xap(G,%V),%W),yap(xap(G,V),W),P) (3) sum(X1) => foldl(%F.%G.yap(xap(plus,%F),%G),0,X1) (4) xap(Z1,U1) => Z1[U1] (5) yap(H1,W1) => H1[W1] MAYBE