Open SaitoAtsushi opened 8 years ago
Non Imported name does not have special meaning.
I expect that following program print 2. But Husk print 1.
(import (except (scheme base) quote) (scheme write)) (define (quote x) (+ x 1)) (display (quote 1))
Non Imported name does not have special meaning.
I expect that following program print 2. But Husk print 1.