diff options
-rw-r--r-- | stdlib/infix.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/infix.tl b/stdlib/infix.tl index 73b4caf4..e45560aa 100644 --- a/stdlib/infix.tl +++ b/stdlib/infix.tl @@ -48,7 +48,7 @@ trunc floor ceil round lognot))) (new (ifx-oper 0 fun) arity :prefix assoc :right funp t)) -(new (ifx-oper 10 ':=) lispsym 'set) +(new (ifx-oper 10 ':=) assoc :right lispsym 'set) (new (ifx-oper 11 'or)) (new (ifx-oper 12 'and)) (new (ifx-oper 13 'not) arity :prefix assoc :right) |