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.
lookupUnit :: UnitState -> Unit -> Maybe UnitInfoghc-lib-parser GHC.Unit.State Find the unit we know about with the given unit, if any
lookupUnit' :: Bool -> UnitInfoMap -> PreloadUnitClosure -> Unit -> Maybe UnitInfoghc-lib-parser GHC.Unit.State A more specialized interface, which doesn't require a UnitState (so it can be used while we're initializing DynFlags) Parameters: * a boolean specifying whether or not to look for on-the-fly renamed interfaces * a UnitInfoMap * a PreloadUnitClosure
lookupUnitId :: UnitState -> UnitId -> Maybe UnitInfoghc-lib-parser GHC.Unit.State Find the unit we know about with the given unit id, if any
lookupUnitId' :: UnitInfoMap -> UnitId -> Maybe UnitInfoghc-lib-parser GHC.Unit.State Find the unit we know about with the given unit id, if any
lookupKey :: MonadKeys m => KeyId -> m (Some PublicKey)hackage-security Hackage.Security.JSON No documentation available.
lookupKey :: FromJSON a => Text -> Object -> Maybe ahttp-query Network.HTTP.Query Look up key in object
lookupKey' :: FromJSON a => Text -> Object -> ahttp-query Network.HTTP.Query Like lookupKey but raises an error if no key found
lookupKeyEither :: FromJSON a => Text -> Object -> Either String ahttp-query Network.HTTP.Query Like lookupKey but returns error message if not found
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.
lookupTestInfo :: MonadIO m => m (Maybe TestInfo)skeletest Skeletest.Internal.TestInfo No documentation available.