diff --git a/src/Control/Monad/Indexed/Cont2/Lead/Generic.hs b/src/Control/Monad/Indexed/Cont2/Lead/Generic.hs index 6ae2f75..4b84e6d 100644 --- a/src/Control/Monad/Indexed/Cont2/Lead/Generic.hs +++ b/src/Control/Monad/Indexed/Cont2/Lead/Generic.hs @@ -33,7 +33,7 @@ -- -- > bar f = -- > lead @"Just" <*> f --- > <|> lead @None +-- > <|> lead @Nothing -- -- Or, with @OverloadedLabels@ and "Control.Monad.Indexed.Cont2.Lead.Labels", --