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-28 01:07:11 +02:00
scribblings Added support and test for parent structs 2016-09-05 01:26:06 +02:00
test Added test for the use of struct-copy within the properties. 2016-09-14 22:13:33 +02:00
.gitignore Created package typed-struct-props 2016-09-04 21:57:02 +02:00
.travis.yml Skip build on 6.2 since we have a dependency on the type-expander now. 2016-09-28 01:07:11 +02:00
info.rkt Compatibility with the type-expander library 2016-09-28 00:35:13 +02:00
LICENSE.txt Created package typed-struct-props 2016-09-04 21:57:02 +02:00
main.rkt Compatibility with the type-expander library 2016-09-28 00:35:13 +02:00
README.md Added badges to README file 2016-09-20 03:01:03 +02:00

Build Status, Coverage Status, Build Stats, Online Documentation.

Structure type properties for Typed/Racket

This library allows a safer use of some struct type properties with Typed/Racket.

  • Functions and values supplied to #:property prop:some-prop value-here are typechecked. Their type is computed by this library, and depends on the property.

  • The API should hopefully remain stable, even if struct type properties become supported (this library will then become a wrapper) or forbidden in Typed/Racket (this library will then use typed/racket/unsafe tricks).

Currently, the following properties are supported:

  • prop:custom-write
  • prop:equal+hash