Skip to content

Commit 446d192

Browse files
committed
Fix lambda notation in Control.Monad.Cont.Class docs
1 parent 9a0231f commit 446d192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Control/Monad/Cont/Class.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ label_ = callCC $ return . fix
190190
-- provided that @f@ is quasi-algebraic. More specifically, for any @g@, we must have:
191191
--
192192
-- @
193-
-- 'join' '$' f (\exit -> 'pure' '$' g (exit '.' 'pure') = f g
193+
-- 'join' '$' f (\\exit -> 'pure' '$' g (exit '.' 'pure') = f g
194194
-- @
195195
--
196196
-- 'ContT.callCC' is quasi-algebraic; furthermore, for any quasi-algebraic @f@,

0 commit comments

Comments
 (0)