From 4142203d79e2d00d0a445c067c5887fd1cc4a97c Mon Sep 17 00:00:00 2001 From: Arnaud Spiwack Date: Thu, 8 Jan 2026 15:04:15 +0900 Subject: [PATCH] Typo in documentation --- src/Control/Monad/Indexed/Cont2/Lead/Generic.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", --