summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-03 21:06:35 +0300
committerdefanor <defanor@uberspace.net>2017-12-03 21:06:35 +0300
commit8218779504205227f0ea70d0c91270ff504d67a6 (patch)
treec4addbd50786d3d6e0327489c562cc08786d4e59 /README.md
parent2dfe2f8648a6748234514bcd9d61e5e1a1d1fb72 (diff)
Add more instances
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e46037d..6992749 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,8 @@ e.g.
but the aim here is to handle more or less arbitrary types.
Warning: it is currently possible to run into ambiguity by defining a
-recursive structure with optional named elements.
+recursive structure with optional named elements. Unit type can be
+used to avoid that, see the `RecursiveRecordMaybe` test.
Not production-ready yet, merely a prototype.