diff options
author | Camil Staps | 2017-11-22 11:19:41 +0100 |
---|---|---|
committer | Camil Staps | 2017-11-22 11:19:41 +0100 |
commit | f74dd82111c0f50fc7b1a222c796d258e82281fb (patch) | |
tree | 211974c5f39453853169d7f4fdfabc8783a44490 /test.tsv | |
parent | Test 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.tsv | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |