From f101a402d7043e79f055d33150d2d95cdd3416f0 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Tue, 14 Apr 2015 19:14:24 +0200 Subject: Fix another co-iteration bug. --- compiler/standardClient.ey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index 7e9d94b..e26dd14 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -783,7 +783,7 @@ [ type ] argTypes cat =argTypes [ 1 neg ] loops cat =loops } ? * - stageCalls [ stageCalls2 ] cat =stageCalls + [ stageCalls2 ] stageCalls cat =stageCalls } loop } each -- cgit v1.2.3