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. lookupUnit :: UnitState -> Unit -> Maybe UnitInfo

    ghc-lib-parser GHC.Unit.State

    Find the unit we know about with the given unit, if any

  2. lookupUnit' :: Bool -> UnitInfoMap -> PreloadUnitClosure -> Unit -> Maybe UnitInfo

    ghc-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

  3. lookupUnitId :: UnitState -> UnitId -> Maybe UnitInfo

    ghc-lib-parser GHC.Unit.State

    Find the unit we know about with the given unit id, if any

  4. lookupUnitId' :: UnitInfoMap -> UnitId -> Maybe UnitInfo

    ghc-lib-parser GHC.Unit.State

    Find the unit we know about with the given unit id, if any

  5. lookupKey :: MonadKeys m => KeyId -> m (Some PublicKey)

    hackage-security Hackage.Security.JSON

    No documentation available.

  6. lookupKey :: FromJSON a => Text -> Object -> Maybe a

    http-query Network.HTTP.Query

    Look up key in object

  7. lookupKey' :: FromJSON a => Text -> Object -> a

    http-query Network.HTTP.Query

    Like lookupKey but raises an error if no key found

  8. lookupKeyEither :: FromJSON a => Text -> Object -> Either String a

    http-query Network.HTTP.Query

    Like lookupKey but returns error message if not found

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

  10. lookupTestInfo :: MonadIO m => m (Maybe TestInfo)

    skeletest Skeletest.Internal.TestInfo

    No documentation available.

Page 94 of many | Previous | Next