aboutsummaryrefslogtreecommitdiffstats
path: root/stdlib/maybe.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/maybe.lisp')
-rw-r--r--stdlib/maybe.lisp4
1 files changed, 2 insertions, 2 deletions
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