Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. readTcRef :: MonadIO m => TcRef a -> m a

    ghc GHC.Tc.Types.TcRef

    No documentation available.

  2. readTcRef :: MonadIO m => TcRef a -> m a

    ghc GHC.Tc.Utils.Monad

    No documentation available.

  3. readExpType :: MonadIO m => ExpType -> m TcType

    ghc GHC.Tc.Utils.TcMType

    Extract a type out of an ExpType. Otherwise, panics.

  4. readExpType_maybe :: MonadIO m => ExpType -> m (Maybe TcType)

    ghc GHC.Tc.Utils.TcMType

    Extract a type out of an ExpType, if one exists. But one should always exist. Unless you're quite sure you know what you're doing.

  5. readMetaTyVar :: MonadIO m => TyVar -> m MetaDetails

    ghc GHC.Tc.Utils.TcMType

    No documentation available.

  6. readScaledExpType :: MonadIO m => Scaled ExpType -> m (Scaled Type)

    ghc GHC.Tc.Utils.TcMType

    Same as readExpType, but for Scaled ExpTypes

  7. readUnitDatabase :: Logger -> UnitConfig -> FilePath -> IO (UnitDatabase UnitId)

    ghc GHC.Unit.State

    No documentation available.

  8. readUnitDatabases :: Logger -> UnitConfig -> IO [UnitDatabase UnitId]

    ghc GHC.Unit.State

    No documentation available.

  9. readBinMem :: FilePath -> IO BinHandle

    ghc GHC.Utils.Binary

    No documentation available.

  10. readBinMemN :: Int -> FilePath -> IO (Maybe BinHandle)

    ghc GHC.Utils.Binary

    No documentation available.

Page 113 of many | Previous | Next