Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Data.GI.CodeGen.Properties

    No documentation available.

  2. module Data.GI.GIR.Parser

    The Parser monad.

  3. data ParseContext

    haskell-gi Data.GI.GIR.Parser

    Info to carry around when parsing.

  4. ParseContext :: Text -> [Text] -> Element -> Map Alias Type -> ParseContext

    haskell-gi Data.GI.GIR.Parser

    No documentation available.

  5. type ParseError = Text

    haskell-gi Data.GI.GIR.Parser

    A message describing a parsing error in human readable form.

  6. type Parser a = ReaderT ParseContext Except ParseError a

    haskell-gi Data.GI.GIR.Parser

    Monad where parsers live: we carry a context around, and can throw errors that abort the parsing.

  7. module Data.GI.GIR.Property

    No documentation available.

  8. data Property

    haskell-gi Data.GI.GIR.Property

    No documentation available.

  9. Property :: Text -> Type -> [PropertyFlag] -> Maybe Bool -> Maybe Bool -> Maybe Text -> Maybe Text -> Transfer -> Documentation -> Maybe DeprecationInfo -> Property

    haskell-gi Data.GI.GIR.Property

    No documentation available.

  10. PropertyConstruct :: PropertyFlag

    haskell-gi Data.GI.GIR.Property

    No documentation available.

Page 206 of many | Previous | Next