diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/data.limg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/data.limg b/shell/data.limg index e9df2901..ef8c4828 100644 --- a/shell/data.limg +++ b/shell/data.limg @@ -2,7 +2,7 @@ (globals . ( (mac . [(define mac (litmac litfn () (name params . body) `(define ,name (litmac litfn () ,params ,@body))))]) - (mac . [(define def (litmac litfn () ((name . params) . body) + (def . [(define def (litmac litfn () ((name . params) . body) `(define ,name (fn ,params ,@body))))]) (do . [(mac do body `((fn () ,@body)))]) (let . [(mac let (var val . body) |