[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plt-scheme] Weird problem



It looks like something is not working right with units...  This works
fine for me:

  (require (prefix compiler: (lib "option.ss" "compiler")))
  (compiler:verbose #t)

but this claims that `compiler:verbose' is undefined:

  (begin (require (prefix compiler: (lib "option.ss" "compiler")))
         (compiler:verbose #t))

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!