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. lookupHpt :: HomePackageTable -> ModuleName -> Maybe HomeModInfo

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  2. lookupInstEnv :: Bool -> InstEnvs -> Class -> [Type] -> ClsInstLookupResult

    liquidhaskell-boot Liquid.GHC.API

    See Note [Rules for instance lookup] ^ See Note [Safe Haskell Overlapping Instances] in GHC.Tc.Solver ^ See Note [Safe Haskell Overlapping Instances Implementation] in GHC.Tc.Solver

  3. lookupModuleEnv :: ModuleEnv a -> Module -> Maybe a

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

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

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

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

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

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

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

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

    look up an element of an MT block

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

    network-control Network.Control

    Looking up and changing priority. O(log n)

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

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

    reroute Data.PolyMap

    No documentation available.

Page 115 of many | Previous | Next