about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.arc2
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)