diff options
-rw-r--r-- | share/txr/stdlib/compiler.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/compiler.tl b/share/txr/stdlib/compiler.tl index 5c397a4a..cd5f3150 100644 --- a/share/txr/stdlib/compiler.tl +++ b/share/txr/stdlib/compiler.tl @@ -193,7 +193,7 @@ (defvarl %bin-ops% '(b< b> b<= b=> b= b+ b- b* b/)) -(defvarl %bin-op% (relate %nary-ops% %bin-ops%)) +(defvarl %bin-op% (relate %nary-ops% %bin-ops% nil)) (defvarl assumed-fun) |