Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. data ParseContext

    haskell-gi Data.GI.GIR.Parser

    Info to carry around when parsing.

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

    haskell-gi Data.GI.GIR.Parser

    No documentation available.

  3. type ParseError = Text

    haskell-gi Data.GI.GIR.Parser

    A message describing a parsing error in human readable form.

  4. 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.

  5. module Data.GI.GIR.Property

    No documentation available.

  6. data Property

    haskell-gi Data.GI.GIR.Property

    No documentation available.

  7. 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.

  8. PropertyConstruct :: PropertyFlag

    haskell-gi Data.GI.GIR.Property

    No documentation available.

  9. PropertyConstructOnly :: PropertyFlag

    haskell-gi Data.GI.GIR.Property

    No documentation available.

  10. data PropertyFlag

    haskell-gi Data.GI.GIR.Property

    No documentation available.

Page 206 of many | Previous | Next