aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-12-20 14:52:34 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-12-20 14:52:34 +0200
commit98c3d8fbc924c62e2be571ed71b22053b9e8baa3 (patch)
tree695c7877b7802cec60037ecf98052479c9bb06b0 /examples
parent0f5ce98342a7742c4e3af0dd33b5b642419d5286 (diff)
downloadfwd-98c3d8fbc924c62e2be571ed71b22053b9e8baa3.tar.gz
fwd-98c3d8fbc924c62e2be571ed71b22053b9e8baa3.zip
add enough type checking to compile uniq.fwd
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);