diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux index 30f38897b..caf38c7b6 100644 --- a/stdlib/source/lux.lux +++ b/stdlib/source/lux.lux @@ -2598,7 +2598,7 @@ (#Cons [_ (#Symbol "" name)] (#Cons body #Nil)) (let' [body' (replace-syntax (list [name (` (#Apply (~ (make-bound +1)) (~ (make-bound +0))))]) (update-bounds body))] - (return (list (` (#Apply Void (#UnivQ #Nil (~ body'))))))) + (return (list (` (#Apply #;Void (#UnivQ #Nil (~ body'))))))) _ (fail "Wrong syntax for Rec"))) |