aboutsummaryrefslogtreecommitdiff
path: root/examples/uniq.fwd
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-01-06 01:05:21 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-01-06 01:05:57 +0200
commit89bac537165bf262594cca343cb45e16a2167145 (patch)
treef72a80f1624b12fa3b27c6dc6feedc3e06594e20 /examples/uniq.fwd
parentaec19e55ca32f68536a550f100d3f058b8a93c02 (diff)
downloadfwd-89bac537165bf262594cca343cb45e16a2167145.tar.gz
fwd-89bac537165bf262594cca343cb45e16a2167145.zip
implement move checking furthermvcheck
+ Enough that examples still compile, but missing references etc.
Diffstat (limited to 'examples/uniq.fwd')
-rw-r--r--examples/uniq.fwd3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/uniq.fwd b/examples/uniq.fwd
index 9eb0092..c1edc1b 100644
--- a/examples/uniq.fwd
+++ b/examples/uniq.fwd
@@ -5,8 +5,7 @@ fwd_getline(
(optional![string]) next);
fwd_some(optional![string] o,
- (string) something,
- () nothing);
+ (string) something | () nothing);
fwd_insert(unordered_set![string] set, string line,
(unordered_set![string]) next);