Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
Parser a = ReaderT ParseContext Except ParseError ahaskell-gi Data.GI.GIR.Parser Monad where parsers live: we carry a context around, and can throw errors that abort the parsing.
-
No documentation available.
-
haskell-gi Data.GI.GIR.Property No documentation available.
-
haskell-gi Data.GI.GIR.Property No documentation available.
PropertyConstruct :: PropertyFlaghaskell-gi Data.GI.GIR.Property No documentation available.
PropertyConstructOnly :: PropertyFlaghaskell-gi Data.GI.GIR.Property No documentation available.
-
haskell-gi Data.GI.GIR.Property No documentation available.
PropertyReadable :: PropertyFlaghaskell-gi Data.GI.GIR.Property No documentation available.
PropertyWritable :: PropertyFlaghaskell-gi Data.GI.GIR.Property No documentation available.
data
Proxy1 (f :: Type -> Type)quickcheck-classes Test.QuickCheck.Classes In older versions of GHC, Proxy is not poly-kinded, so we provide Proxy1.