summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-20 00:22:25 +0300
committerdefanor <defanor@uberspace.net>2017-12-20 00:22:25 +0300
commite7489043d8bf2a406a910adcb93280e83d6d2faa (patch)
treeb080cab07394cc02ffd3ebbcd815813e5dc2de69 /README.md
parent62aa7bb8ba54c2a0f480e122c46d967f2102dac5 (diff)
Prepare for IO
DSV functions operate on individual lines now, unit type gets printed/parsed as nothing (handier for argument parsing to set '()' when there's none, and that's what it should be anyway).
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 26e77d4..f9e3d7f 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,7 @@ but the aim here is to handle more or less arbitrary types.
Warning: it is possible to run into ambiguity by defining a recursive
structure with optional named elements while using default options.
-Unit type can be used to avoid that, or `omitNamedOptions` can be
-disabled.
+`omitNamedOptions` can be disabled to avoid that.
Not production-ready yet, merely a prototype.