aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/uniq.fwd3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/uniq.fwd b/examples/uniq.fwd
index 5945d65..9eb0092 100644
--- a/examples/uniq.fwd
+++ b/examples/uniq.fwd
@@ -5,7 +5,8 @@ fwd_getline(
(optional![string]) next);
fwd_some(optional![string] o,
- (string) next);
+ (string) something,
+ () nothing);
fwd_insert(unordered_set![string] set, string line,
(unordered_set![string]) next);