We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e7e1e commit 1f1222aCopy full SHA for 1f1222a
1 file changed
src/KDL/Applicative.hs
@@ -75,8 +75,7 @@ class NoBind a where
75
--
76
-- It seems like QualifiedDo still needs a definition for this, even with
77
-- ApplicativeDo enabled.
78
- --
79
- -- https://discourse.haskell.org/t/qualifieddo-applicativedo-still-requires/13491
+ -- https://gitlab.haskell.org/ghc/ghc/-/issues/26723
80
(>>=) :: a
81
instance (GHC.Unsatisfiable (GHC.Text ">>= is not allowed in a KDL.do block")) => NoBind a where
82
(>>=) = GHC.unsatisfiable
0 commit comments