Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
docopt System.Console.Docopt.NoTH The abstract data type ParseError represents parse errors. It provides the source position (SourcePos) of the error and a list of error messages (Message). A ParseError can be returned by the function parse. ParseError is an instance of the Show and Eq classes.
-
easy-file System.EasyFile No documentation available.
-
effectful Effectful.FileSystem No documentation available.
data
Prim (a :: Type -> Type) beffectful Effectful.Prim.IORef Provide the ability to perform primitive state-transformer actions.
data
Prim (a :: Type -> Type) beffectful Effectful.Prim.IORef.Strict Provide the ability to perform primitive state-transformer actions.
-
Lifted System.Process.
-
effectful Effectful.Process The platform specific type for a process identifier. This is always an integral type. Width and signedness are platform specific.
data
Process (a :: Type -> Type) beffectful Effectful.Process An effect for running child processes using the process library.
-
effectful Effectful.Process A handle to a process, which can be used to wait for termination of the process using waitForProcess. None of the process-creation functions in this library wait for termination: they all return a ProcessHandle which may be used to wait for the process later. On Windows a second wait method can be used to block for event completion. This requires two handles. A process job handle and a events handle to monitor.
-
elm-syntax Language.Elm.Expression No documentation available.