typed-map/typed-map-lib/info.rkt
2021-03-04 21:31:36 +00:00

12 lines
370 B
Racket

#lang info
(define collection 'multi)
(define deps '("base"
"typed-racket-lib"))
(define build-deps '())
(define pkg-desc
(string-append "Type inference helper for map with Typed/Racket."
" Supports afl, un-annotated lambdas and polymorphic"
" functions."))
(define version "1.0")
(define pkg-authors '(|Suzanne Soy|))