diff options
author | Camil Staps | 2018-04-03 20:09:32 +0200 |
---|---|---|
committer | Camil Staps | 2018-04-03 20:09:32 +0200 |
commit | 67f17306919258d50f2bfc7a9171889d31ce1c9e (patch) | |
tree | 03a5504f722161ba2ce174cd72db434993a299d9 /examples/func.fusp | |
parent | Fix : constructor in list patterns (diff) |
Add fix and scan_iterate examples
Diffstat (limited to 'examples/func.fusp')
-rw-r--r-- | examples/func.fusp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/func.fusp b/examples/func.fusp new file mode 100644 index 0000000..4441ccf --- /dev/null +++ b/examples/func.fusp @@ -0,0 +1 @@ +flip f x y = f y x; |