Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. tab_first :: PState -> Maybe RealSrcSpan

    ghc GHC.Parser.Lexer

    No documentation available.

  2. recSelFirstConName :: RecSelParent -> Name

    ghc GHC.Types.Id.Info

    No documentation available.

  3. lookupDataConFirst :: LookupChild -> Bool

    ghc GHC.Types.Name.Reader

    for type constructors, should we look in the data constructor namespace first?

  4. srcSpanFirstCharacter :: SrcSpan -> SrcSpan

    ghc GHC.Types.SrcLoc

    Convert a SrcSpan into one that represents only its first character

  5. HsFirstOrderApp :: HsArrAppType

    ghc Language.Haskell.Syntax.Expr

    Higher order arrow application -<<

  6. equivalentWhenFirstSucceeds :: (Show a, GenValid a, Show b, Eq b, CanFail f) => (a -> f b) -> (a -> b) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

  7. equivalentWhenFirstSucceeds2 :: (Show a, GenValid a, Show b, GenValid b, Show c, Eq c, CanFail f) => (a -> b -> f c) -> (a -> b -> c) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

  8. equivalentWhenFirstSucceedsOnArbitrary :: (Show a, Arbitrary a, Show b, Eq b, CanFail f) => (a -> f b) -> (a -> b) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

  9. equivalentWhenFirstSucceedsOnArbitrary2 :: (Show a, Arbitrary a, Show b, Arbitrary b, Show c, Eq c, CanFail f) => (a -> b -> f c) -> (a -> b -> c) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

  10. equivalentWhenFirstSucceedsOnGen :: (Show a, Show b, Eq b, CanFail f) => (a -> f b) -> (a -> b) -> Gen a -> (a -> [a]) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

Page 40 of many | Previous | Next