Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readline :: String -> IM (Maybe String)Agda Agda.Interaction.Monad Line reader. The line reader history is not stored between sessions.
readTokens :: [String] -> [Token]Agda Agda.Mimer.Options No documentation available.
readFilePM :: RangeFile -> PM TextAgda Agda.Syntax.Parser Returns the contents of the given file.
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.