From 33090b088deb20180108e6713309e0dfc627c6e5 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 11 May 2020 23:07:20 -0400 Subject: Now storing and loading extensions in the cache. --- stdlib/source/lux/abstract/monad.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/lux/abstract/monad.lux') diff --git a/stdlib/source/lux/abstract/monad.lux b/stdlib/source/lux/abstract/monad.lux index 5aec10012..491f9b6a2 100644 --- a/stdlib/source/lux/abstract/monad.lux +++ b/stdlib/source/lux/abstract/monad.lux @@ -128,12 +128,12 @@ (!@map (|>> (#.Cons _x)) (recur xs')))) !@join))))) -(def: #export (filter Monad f) +(def: #export (filter monad f) {#.doc "Filter the values in a list with a monadic function."} (All [! a b] (-> (Monad !) (-> a (! Bit)) (List a) (! (List a)))) - (let [(^open "!@.") Monad] + (let [(^open "!@.") monad] (function (recur xs) (case xs #.Nil -- cgit v1.2.3