From e7489043d8bf2a406a910adcb93280e83d6d2faa Mon Sep 17 00:00:00 2001 From: defanor Date: Wed, 20 Dec 2017 00:22:25 +0300 Subject: 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). --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3