typed-racket/typed-racket-lib/info.rkt
Matthew Flatt 0be76c5537 sync with change to for expansion
The expansion of `for` for a generic sequence has changed to receive
and use an extra result from the internal `make-sequence` function.
2016-12-13 20:04:29 -07:00

15 lines
353 B
Racket

#lang info
(define collection 'multi)
(define deps '(("base" #:version "6.7.0.4")
"source-syntax"
"compatibility-lib" ;; to assign types
"string-constants-lib"))
(define pkg-desc "implementation (no documentation) part of \"typed-racket\"")
(define pkg-authors '(samth stamourv))
(define version "1.6")