Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

  4. lookupDataType' :: Name -> Q DatatypeInfo

    parameterized-utils Data.Parameterized.TH.GADT

    No documentation available.

  5. lookupRegistered :: Text -> Registry -> Maybe SomeMessageType

    proto-lens Data.ProtoLens.Message

    Look up a message type by name (e.g., "type.googleapis.com/google.protobuf.FloatValue"). The URL corresponds to the field google.protobuf.Any.type_url.

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

    tmp-proc System.TmpProc.TypeLevel

    No documentation available.

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

    brick Brick.BorderMap

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

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

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

    brick Brick.BorderMap

    Look up all values on a given row. The IMap returned maps columns to values.

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

    brick Brick.BorderMap

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

Page 79 of many | Previous | Next