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. lookupGhcId :: Env -> Name -> Maybe Id

    liquidhaskell-boot Language.Haskell.Liquid.Bare.Resolve

    No documentation available.

  2. lookupGhcIdLHName :: HasCallStack => Env -> Located LHName -> Lookup Id

    liquidhaskell-boot Language.Haskell.Liquid.Bare.Resolve

    No documentation available.

  3. lookupGhcTyConLHName :: HasCallStack => GHCTyLookupEnv -> Located LHName -> Lookup TyCon

    liquidhaskell-boot Language.Haskell.Liquid.Bare.Resolve

    No documentation available.

  4. lookupGhcTyThingFromName :: GHCTyLookupEnv -> Name -> Maybe TyThing

    liquidhaskell-boot Language.Haskell.Liquid.Bare.Resolve

    No documentation available.

  5. lookupLocalVar :: Loc a => LocalVars -> LocSymbol -> [a] -> Maybe (Either a Var)

    liquidhaskell-boot Language.Haskell.Liquid.Bare.Resolve

    lookupLocalVar takes as input the list of "global" (top-level) vars that also match the name lx; we then pick the "closest" definition. See testsnamesLocalSpec.hs for a motivating example.

  6. lookupREnv :: Symbol -> REnv -> Maybe SpecType

    liquidhaskell-boot Language.Haskell.Liquid.Constraint.Env

    No documentation available.

  7. lookupNewType :: TyCon -> CG (Maybe SpecType)

    liquidhaskell-boot Language.Haskell.Liquid.Constraint.Monad

    No documentation available.

  8. lookupTyThing :: GhcMonad m => TypeEnv -> Name -> m (Maybe TyThing)

    liquidhaskell-boot Language.Haskell.Liquid.GHC.Interface

    No documentation available.

  9. lookupGRE :: GlobalRdrEnvX info -> LookupGRE info -> [GlobalRdrEltX info]

    liquidhaskell-boot Liquid.GHC.API

    Look something up in the Global Reader Environment. The LookupGRE argument specifies what to look up, and in particular whether there should there be any lee-way if the NameSpaces don't exactly match.

  10. lookupGRE_Name :: Outputable info => GlobalRdrEnvX info -> Name -> Maybe (GlobalRdrEltX info)

    liquidhaskell-boot Liquid.GHC.API

    Look for precisely this Name in the environment, in the same NameSpace as the Name. This tests whether it is in scope, ignoring anything else that might be in scope which doesn't have the same Unique.

Page 114 of many | Previous | Next