Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

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

    ghc-lib-parser GHC.Unit.State

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

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

    ghc-lib-parser GHC.Unit.State

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

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

    hackage-security Hackage.Security.JSON

    No documentation available.

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

    http-query Network.HTTP.Query

    Look up key in object

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

    http-query Network.HTTP.Query

    Like lookupKey but raises an error if no key found

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

    http-query Network.HTTP.Query

    Like lookupKey but returns error message if not found

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

    skeletest Skeletest.Internal.TestInfo

    No documentation available.

  8. lookup_ :: forall be (db :: (Type -> Type) -> Type) table . (Database be db, Table table, BeamSqlBackend be, HasQBuilder be, SqlValableTable be (PrimaryKey table), HasTableEquality be (PrimaryKey table)) => DatabaseEntity be db (TableEntity table) -> PrimaryKey table Identity -> SqlSelect be (table Identity)

    beam-core Database.Beam.Query

    Convenience function to generate a SqlSelect that looks up a table row given a primary key.

  9. lookupEntity :: Text -> Maybe Text

    commonmark Commonmark.Entity

    Lookup an entity, using lookupNumericEntity if it starts with # and lookupNamedEntity otherwise

  10. lookupReference :: Typeable a => Text -> ReferenceMap -> Maybe a

    commonmark Commonmark.ReferenceMap

    Lookup a reference in a reference map. If there are several values at this key, we return the first one in the list that can be converted to an a.

Page 95 of many | Previous | Next