aboutsummaryrefslogtreecommitdiff
path: root/examples/tup.fusp
blob: 5942ac0f381b735c8396d57e6a5116b04759d6fb (plain) (blame)
1
2
3
tup a b = (a,b);
app f a b = f a b;
main = app app app app tup 1 2;