Makes a small subset of struct type properties available in Typed/Racket. The API should hopefully stay backward-compatible when Typed/Racket officially supports (or rejects) structure type properties.
Go to file
2016-09-05 00:25:36 +02:00
scribblings Implemented and documented struct/props. 2016-09-04 23:35:34 +02:00
test Skip some tests in racket < 6.3 as the type inference is not good enough to make them work there. There are alternative versions of these tests which don't rely so much on inference and are included. 2016-09-05 00:04:04 +02:00
.gitignore Created package typed-struct-props 2016-09-04 21:57:02 +02:00
.travis.yml Don't check documentation coverage on Racket 6.2 and 6.3, as raco doc-coverage seems to ignore the existing documentation on these versions. 2016-09-05 00:25:36 +02:00
info.rkt Skip some tests in racket < 6.3 as the type inference is not good enough to make them work there. There are alternative versions of these tests which don't rely so much on inference and are included. 2016-09-05 00:04:04 +02:00
LICENSE.txt Created package typed-struct-props 2016-09-04 21:57:02 +02:00
main.rkt Implemented and documented struct/props. 2016-09-04 23:35:34 +02:00
README.md Created package typed-struct-props 2016-09-04 21:57:02 +02:00

typed-struct-props

README text here.