pair? null? weren't exported as primitive
- Test code
;; Test null and pair
(null? (cons 1 2)) ;; (pair? (cons 1 2))
- Error message
Throw to key `laco-error' with args `(#<procedure var-conversion (expr)> "Undefined local variable `~a'!" null?)'.
;; Test null and pair
(null? (cons 1 2)) ;; (pair? (cons 1 2))
Throw to key `laco-error' with args `(#<procedure var-conversion (expr)> "Undefined local variable `~a'!" null?)'.