diff options
Diffstat (limited to 'stdlib/type.tl')
-rw-r--r-- | stdlib/type.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/type.tl b/stdlib/type.tl index 36188b2a..e166493b 100644 --- a/stdlib/type.tl +++ b/stdlib/type.tl @@ -38,7 +38,7 @@ (t :))) (else (compile-error form "~s: bad clause syntax: ~s" - 'typecase cl)))))) + 'typecase else)))))) ^(let ((,val ,obj)) (cond ,*cond-pairs ,*(if (eq (car form) 'etypecase) |