diff options
-rw-r--r-- | mu.arc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc index 08430437..eb0b0c41 100644 --- a/mu.arc +++ b/mu.arc @@ -87,7 +87,7 @@ (def add-fns (fns) (each (name . body) fns - (= function*.name body))) + (= function*.name (convert-braces body)))) (def v (operand) ; for value operand.0) |