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. lookupValN :: String -> Q Name

    express Data.Express.Utils.TH

    Lookups the name of a value throwing an error when it is not found.

    > putStrLn $(stringE . show =<< lookupValN "show")
    'show
    

  2. lookupAssertTyCon :: TcPluginM (Maybe TyCon)

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    No documentation available.

  3. lookupBool47 :: String -> TcPluginM (Maybe TyCon)

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    No documentation available.

  4. lookupModule :: ModuleName -> FastString -> TcPluginM Module

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    Find a module

  5. lookupName :: Module -> OccName -> TcPluginM Name

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    Find a Name in a Module given an OccName

  6. lookupOrig :: Module -> OccName -> TcPluginM Name

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    No documentation available.

  7. lookupPackageName :: UnitState -> PackageName -> Maybe UnitId

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    Find the unit we know about with the given package name (e.g. foo), if any (NB: there might be a locally defined unit name which overrides this) This function is unsafe to use in general because it doesn't respect package visibility.

  8. lookupTyAnd :: TcPluginM (Maybe TyCon)

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    No documentation available.

  9. lookupTyCon :: MonadThings m => Name -> m TyCon

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    No documentation available.

  10. lookupTyGenericCompare :: TcPluginM (Maybe TyCon)

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    No documentation available.

Page 97 of many | Previous | Next