aboutsummaryrefslogtreecommitdiff
path: root/test.tsv
diff options
context:
space:
mode:
authorCamil Staps2017-11-22 11:19:41 +0100
committerCamil Staps2017-11-22 11:19:41 +0100
commitf74dd82111c0f50fc7b1a222c796d258e82281fb (patch)
tree211974c5f39453853169d7f4fdfabc8783a44490 /test.tsv
parentTest setup (diff)
Resolve run-time error for functions that use arguments twice further down the expression graph
Diffstat (limited to 'test.tsv')
-rw-r--r--test.tsv1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.tsv b/test.tsv
index bc25a74..e4e7840 100644
--- a/test.tsv
+++ b/test.tsv
@@ -13,3 +13,4 @@
\x y -> y 10 const (flip id 10)
\f a b c d -> f b c d a (o) flip ((o) ((o) flip) ((o) ((o) flip)))
\f x -> f x x join
+\f -> f f 10 flip (join id) 10