Stronger types for a few Typed Racket operators
![]() Because pkgs.racket-lang doesn't seem to accept paths like .../repo.git#branch?tag So I'm trying to remove the ?tag |
||
---|---|---|
define | ||
format | ||
function | ||
math | ||
private | ||
regexp | ||
scribblings | ||
vector | ||
.gitignore | ||
.travis.yml | ||
define.rkt | ||
format.rkt | ||
function.rkt | ||
info.rkt | ||
LICENSE.txt | ||
main.rkt | ||
math.rkt | ||
no-colon.rkt | ||
README.md | ||
regexp.rkt | ||
vector.rkt |
Project Structure
private/
Contains the implementationscribblings/
Documentation sourcesinfo.rkt
Racket package metadatamain.rkt
Package front-end, use with(require trivial)
no-colon.rkt
Alternate front-end, use with(require trivial/no-colon)
*.rkt
Front-ends for specific libraries*/
Front-ends for the no-colon versions of specific libraries, like(require format/no-colon)