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. lookupName :: GhcMonad m => Name -> m (Maybe TyThing)

    liquidhaskell-boot Liquid.GHC.API

    Returns the TyThing for a Name. The Name may refer to any entity known to GHC, including Names defined using runStmt.

  2. lookupNameEnv :: NameEnv a -> Name -> Maybe a

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  3. lookupTypeEnv :: TypeEnv -> Name -> Maybe TyThing

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  4. lookupBlock :: MTBlock -> Int -> Word64

    mersenne-random-pure64 System.Random.Mersenne.Pure64.MTBlock

    look up an element of an MT block

  5. lookup' :: Ord k => k -> LRUCache k v -> Maybe (v, LRUCache k v)

    network-control Network.Control

    Looking up and changing priority. O(log n)

  6. lookupApply :: forall p f (c :: Type -> Constraint) a . (Typeable p, Functor f) => p -> PolyMap c f a -> Maybe (f a)

    reroute Data.PolyMap

    No documentation available.

  7. lookupApplyAll :: Functor f => (forall p . c p => Maybe p) -> PolyMap c f a -> [f a]

    reroute Data.PolyMap

    No documentation available.

  8. lookupConcat :: (Monoid m, Functor f) => (forall p . c p => Maybe p) -> (forall p . c p => p -> f (p -> a) -> m) -> PolyMap c f a -> m

    reroute Data.PolyMap

    No documentation available.

  9. lookupExplicitly :: Int -> (a -> Bool) -> Hamt a -> STM (Maybe a)

    stm-hamt StmHamt.Hamt

    No documentation available.

  10. lookupOrdCondCompare :: TcPluginM (TyCon, TyCon)

    typecheck-plugin-nat-simple Plugin.TypeCheck.Nat.Simple.Decode

    No documentation available.

Page 116 of many | Previous | Next