Skip to content

Commit 1f1222a

Browse files
Update KDL.Applicative.>>= docstring
1 parent 72e7e1e commit 1f1222a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/KDL/Applicative.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ class NoBind a where
7575
--
7676
-- It seems like QualifiedDo still needs a definition for this, even with
7777
-- ApplicativeDo enabled.
78-
--
79-
-- https://discourse.haskell.org/t/qualifieddo-applicativedo-still-requires/13491
78+
-- https://gitlab.haskell.org/ghc/ghc/-/issues/26723
8079
(>>=) :: a
8180
instance (GHC.Unsatisfiable (GHC.Text ">>= is not allowed in a KDL.do block")) => NoBind a where
8281
(>>=) = GHC.unsatisfiable

0 commit comments

Comments
 (0)