summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.