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.

  1. data ParseError

    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.

  2. data Permissions

    easy-file System.EasyFile

    No documentation available.

  3. data Permissions

    effectful Effectful.FileSystem

    No documentation available.

  4. data Prim (a :: Type -> Type) b

    effectful Effectful.Prim.IORef

    Provide the ability to perform primitive state-transformer actions.

  5. data Prim (a :: Type -> Type) b

    effectful Effectful.Prim.IORef.Strict

    Provide the ability to perform primitive state-transformer actions.

  6. module Effectful.Process

    Lifted System.Process.

  7. type Pid = CPid

    effectful Effectful.Process

    The platform specific type for a process identifier. This is always an integral type. Width and signedness are platform specific.

  8. data Process (a :: Type -> Type) b

    effectful Effectful.Process

    An effect for running child processes using the process library.

  9. data ProcessHandle

    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.

  10. Proj :: Field -> Expression v

    elm-syntax Language.Elm.Expression

    No documentation available.

Page 691 of many | Previous | Next