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.
lookupDeprecated :: forall (s :: Stage) . Directives s -> Maybe (Directive s)morpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.
lookupDeprecatedReason :: forall (s :: Stage) . Directive s -> Maybe Descriptionmorpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.
lookupWith :: Eq k => (a -> k) -> k -> [a] -> Maybe amorpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.
lookupDataType' :: Name -> Q DatatypeInfoparameterized-utils Data.Parameterized.TH.GADT No documentation available.
lookupRegistered :: Text -> Registry -> Maybe SomeMessageTypeproto-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.
lookupProof :: MemberKV k t xs => LookupKV k t xstmp-proc System.TmpProc.TypeLevel No documentation available.
lookupCol :: Int -> BorderMap a -> IMap abrick Brick.BorderMap Look up all values on a given column. The IMap returned maps rows to values.
lookupH :: Location -> Run ignored -> BorderMap a -> IMap abrick 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.
lookupRow :: Int -> BorderMap a -> IMap abrick Brick.BorderMap Look up all values on a given row. The IMap returned maps columns to values.
lookupV :: Location -> Run ignored -> BorderMap a -> IMap abrick 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.