Ticket #269 (closed defect: invalid)
error "make-hasheq: expects no arguments, given 1"
Reported by: | anonymous | Owned by: | jaymccarthy |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | jaymccarthy/mongodb.plt | Keywords: | make-hasheq |
Cc: | Version: | (1 2) | |
Racket Version: | 4.2.4 |
Description
launching just installed PLT 4.2.4 with only command "(require (planet jaymccarthy/mongodb:1:2))" throws error
make-hasheq: expects no arguments, given 1: ((1 . function) (2 . binary) (3 . uuid) (5 . md5) (128 . user-defined))
manuals consider functions
(make-hasheq) → (and/c hash? hash-eq?)
and
(make-immutable-hasheqv assocs) → (and/c hash? hash-eqv? immutable?) assocs : (listof pair?)
Change History
Note: See
TracTickets for help on using
tickets.