From f74dd82111c0f50fc7b1a222c796d258e82281fb Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 22 Nov 2017 11:19:41 +0100 Subject: Resolve run-time error for functions that use arguments twice further down the expression graph --- test.tsv | 1 + 1 file changed, 1 insertion(+) (limited to 'test.tsv') 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 -- cgit v1.2.3