diff options
-rw-r--r-- | stdlib/compiler.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/compiler.tl b/stdlib/compiler.tl index f9566b27..5ff71a96 100644 --- a/stdlib/compiler.tl +++ b/stdlib/compiler.tl @@ -1066,7 +1066,7 @@ nenv.(extend-fun lfun)) (let* (ffuns fvars (ffrags (collect-each ((fi fis)) - (tree-bind (sym : form) fi + (tree-bind (sym form) fi (let* ((bind nenv.(lookup-fun sym)) (*tail-fun* (if rec (new tail-fun-info |