From 96e8f9357510f7b21bc7d8005ff45bb7109a9ad5 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 25 Aug 2016 23:11:48 +0200 Subject: Added tup example --- examples/tup.fusp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/tup.fusp diff --git a/examples/tup.fusp b/examples/tup.fusp new file mode 100644 index 0000000..5942ac0 --- /dev/null +++ b/examples/tup.fusp @@ -0,0 +1,3 @@ +tup a b = (a,b); +app f a b = f a b; +main = app app app app tup 1 2; -- cgit v1.2.3