Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. readTcRef :: TcRef a -> TcS a

    ghc GHC.Tc.Solver.Monad

    No documentation available.

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

    ghc GHC.Tc.Types.TcRef

    No documentation available.

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

    ghc GHC.Tc.Utils.Monad

    No documentation available.

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

    ghc GHC.Tc.Utils.TcMType

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

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

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

    ghc GHC.Tc.Utils.TcMType

    No documentation available.

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

    ghc GHC.Tc.Utils.TcMType

    Same as readExpType, but for Scaled ExpTypes

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

    ghc GHC.Unit.State

    No documentation available.

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

    ghc GHC.Unit.State

    No documentation available.

  10. readBinMem :: FilePath -> IO BinHandle

    ghc GHC.Utils.Binary

    No documentation available.

Page 114 of many | Previous | Next