info.rkt (513B)
1 #lang info 2 (define collection 'multi) 3 (define deps '("typed-map-lib" 4 "typed-map-test" 5 "typed-map-doc")) 6 (define implies '("typed-map-lib" 7 "typed-map-test" 8 "typed-map-doc")) 9 (define build-deps '()) 10 (define pkg-desc 11 (string-append "Type inference helper for map with Typed/Racket." 12 " Supports afl, un-annotated lambdas and polymorphic" 13 " functions.")) 14 (define version "1.0") 15 (define pkg-authors '(|Suzanne Soy|))