commit c5d480a125e09b7e2d6e43cd3db63f70ee8e517b parent 32d7d75e605f45c62878b18f7d12ac231dc16226 Author: Georges Dupéron <georges.duperon@gmail.com> Date: Mon, 5 Sep 2016 01:38:27 +0200 Listed supported properties in README Diffstat:
| M | README.md | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -10,4 +10,9 @@ Typed/Racket. * 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). -\ No newline at end of file + Typed/Racket (this library will then use typed/racket/unsafe tricks). + +Currently, the following properties are supported: + +* prop:custom-write +* prop:equal+hash +\ No newline at end of file