From ac6b455f4a9be11d322551a927c4330532f9f184 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 5 Dec 2022 11:03:32 +0200 Subject: Add record, union concepts --- stdlib/maybe.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/maybe.lisp') diff --git a/stdlib/maybe.lisp b/stdlib/maybe.lisp index 07adaee..086b0dc 100644 --- a/stdlib/maybe.lisp +++ b/stdlib/maybe.lisp @@ -1,9 +1,9 @@ ; LIB (let! Maybe/just (\[a] - ["maybe" "just" a])) + ["Maybe" "just" a])) (let! Maybe/nothing (\[] - ["maybe" "nothing"])) + ["Maybe" "nothing"])) (let! Maybe/#at (\[n seq] (match seq -- cgit v1.3