diff options
-rw-r--r-- | stdlib/infix.tl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/infix.tl b/stdlib/infix.tl index 3d83a6a1..5127f60e 100644 --- a/stdlib/infix.tl +++ b/stdlib/infix.tl @@ -136,8 +136,6 @@ (set exp rest)) ((@(@o [ifx-ops]) . @nil) (infix-error oexp "operator ~s needs left operand" o.sym)) - (([. @args1] [. @args2] . @rest) - (set exp ^([[,*args1] ,*args2] ,*rest))) ((@op [. @args] . @rest) (set exp ^([,op ,*args] ,*rest))) ((@op (@arg . @args) . @rest) |