diff options
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; |