diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-06-04 16:39:05 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-06-04 16:39:05 -0700 |
commit | e683a3fdee9cb11ea713a20a47163384ac5c75ad (patch) | |
tree | 0831d5dd56ee41cce86d9ab2c1016583651a78e2 | |
parent | 380837ac2abe494fc88647e71d4ae969ef5ad1e6 (diff) | |
download | mu-e683a3fdee9cb11ea713a20a47163384ac5c75ad.tar.gz |
.
-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) |