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
2019-04-22 00:04:28 +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 Updated Racket versions in .travis.yml 2019-04-22 00:04:28 +02:00
info.rkt Compatibility with the type-expander library 2016-09-28 00:35:13 +02:00
LICENSE-more.md Switched to CC0 license 2017-03-31 16:33:05 +02:00
LICENSE.txt Switched to CC0 license 2017-03-31 16:33:05 +02:00
main.rkt Compatibility with the type-expander library 2016-09-28 00:35:13 +02:00
README.md Updated maintenance badge for 2018 2018-01-27 13:25:47 +01:00

Build Status, Coverage Status, Build Stats, Online Documentation, Maintained as of 2018, License: CC0 v1.0.

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