This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

module question


why does this code:
(define-module (eric http)
  :use-module (ice-9 regex)
  :use-module (ice-9 format))

(display format) (newline)

display:
#<primitive-procedure simple-format>

instead of:
#<procedure format:format args>

and more importantly, how can I use the full format in a module
without having it shadowed by simple-format :)

  -Eric

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]