Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. lookupName :: Module -> OccName -> TcPluginM Name

    ghc-tcplugins-extra GHC.TcPluginM.Extra

    Find a Name in a Module given an OccName

  2. lookupAccount :: AccountName -> [Account] -> Maybe Account

    hledger-lib Hledger.Data.Account

    Search an account list by name.

  3. lookupDataType :: forall (s :: Stage) . TypeName -> Schema s -> Maybe (TypeDefinition ANY s)

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  4. lookupDeprecated :: forall (s :: Stage) . Directives s -> Maybe (Directive s)

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  5. lookupDeprecatedReason :: forall (s :: Stage) . Directive s -> Maybe Description

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  6. lookupWith :: Eq k => (a -> k) -> k -> [a] -> Maybe a

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  7. lookupDataType' :: Name -> Q DatatypeInfo

    parameterized-utils Data.Parameterized.TH.GADT

    No documentation available.

  8. lookupProof :: MemberKV k t xs => LookupKV k t xs

    tmp-proc System.TmpProc.TypeLevel

    No documentation available.

  9. lookupCol :: Int -> BorderMap a -> IMap a

    brick Brick.BorderMap

    Look up all values on a given column. The IMap returned maps rows to values.

  10. lookupH :: Location -> Run ignored -> BorderMap a -> IMap a

    brick Brick.BorderMap

    Bulk lookup of horizontally-adjacent values. The Location gives the starting point, and the Run extends in the "larger columns" direction. The IMap returned maps columns to values.

Page 78 of many | Previous | Next