From 98c3d8fbc924c62e2be571ed71b22053b9e8baa3 Mon Sep 17 00:00:00 2001
From: Kimplul <kimi.h.kuparinen@gmail.com>
Date: Fri, 20 Dec 2024 14:52:34 +0200
Subject: add enough type checking to compile uniq.fwd

---
 examples/uniq.fwd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'examples')

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);
-- 
cgit v1.2.3