From 723eb9e1f169fb2d1b19d53f48fe542edd7fc510 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 24 Jul 2018 13:39:04 -0700 Subject: Added parens around lambdas (% -> %), and removed them from 'result %' correspondingly. --- core/control_flow.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/control_flow.nom') diff --git a/core/control_flow.nom b/core/control_flow.nom index 1c3deaa..19a9186 100644 --- a/core/control_flow.nom +++ b/core/control_flow.nom @@ -484,7 +484,7 @@ test: assume ((result of (: return 99)) == 99) # Inline thunk: -compile [result of %body] to (Lua value "(\(compile as ([] -> %body)))()") +compile [result of %body] to (Lua value "\(compile as ([] -> %body))()") test: %t = [1, [2, [[3], 4], 5, [[[6]]]]] %flat = [] -- cgit v1.2.3