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.
readTcRef :: MonadIO m => TcRef a -> m aghc GHC.Tc.Types.TcRef No documentation available.
readTcRef :: MonadIO m => TcRef a -> m aghc GHC.Tc.Utils.Monad No documentation available.
readExpType :: MonadIO m => ExpType -> m TcTypeghc GHC.Tc.Utils.TcMType Extract a type out of an ExpType. Otherwise, panics.
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.
readMetaTyVar :: MonadIO m => TyVar -> m MetaDetailsghc GHC.Tc.Utils.TcMType No documentation available.
readScaledExpType :: MonadIO m => Scaled ExpType -> m (Scaled Type)ghc GHC.Tc.Utils.TcMType Same as readExpType, but for Scaled ExpTypes
readUnitDatabase :: Logger -> UnitConfig -> FilePath -> IO (UnitDatabase UnitId)ghc GHC.Unit.State No documentation available.
readUnitDatabases :: Logger -> UnitConfig -> IO [UnitDatabase UnitId]ghc GHC.Unit.State No documentation available.
readBinMem :: FilePath -> IO BinHandleghc GHC.Utils.Binary No documentation available.
readBinMemN :: Int -> FilePath -> IO (Maybe BinHandle)ghc GHC.Utils.Binary No documentation available.