Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readdTypedInstance :: QName -> Type -> TCM ()Agda Agda.TypeChecking.InstanceArguments Like addTypedInstance, but delete any existing entries for the given name from the discrimination tree.
-
Agda Agda.TypeChecking.Monad.Caching Reads the next entry in the cached type check log, if present.
readBinaryFile' :: FilePath -> IO (ByteString, IO ())Agda Agda.Utils.IO.Binary Returns a close function for the file together with the contents.
readFile :: FilePath -> IO StringAgda Agda.Utils.IO.UTF8 Reads a UTF8-encoded text file and converts many character sequences which may be interpreted as line or paragraph separators into 'n'. If the file cannot be decoded, then a ReadException is raised.
readTextFile :: FilePath -> IO TextAgda Agda.Utils.IO.UTF8 Reads a UTF8-encoded text file and converts many character sequences which may be interpreted as line or paragraph separators into 'n'. If the file cannot be decoded, then a ReadException is raised.
readModifyIORef' :: IORef a -> (a -> a) -> IO aAgda Agda.Utils.IORef Read IORef, modify it strictly, and return old value.
readLogColor :: String -> Either String LogColorBlammo Blammo.Logging.LogSettings No documentation available.
readLogDestination :: String -> Either String LogDestinationBlammo Blammo.Logging.LogSettings No documentation available.
readLogFormat :: String -> Either String LogFormatBlammo Blammo.Logging.LogSettings No documentation available.
readLogLevels :: String -> Either String LogLevelsBlammo Blammo.Logging.LogSettings No documentation available.