Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
unliftio UnliftIO.Directory No documentation available.
-
unliftio UnliftIO.Foreign A memory pool.
-
unliftio UnliftIO.Foreign A value of type Ptr a represents a pointer to an object, or an array of objects, which may be marshalled to or from Haskell values of type a. The type a will often be an instance of class Storable which provides the marshalling operations. However this is not essential, and you can provide your own operations to access the pointer. For example you might write small foreign functions to get or set the fields of a C struct.
Pure :: forall a (m :: Type -> Type) . a -> Conc m aunliftio UnliftIO.Internals.Async No documentation available.
-
Unlifted System.Process.
-
unliftio UnliftIO.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.
-
Provides a collection of pretty printer combinators, a set of API's that provides a way to easily print out text in a consistent format of your choosing. This module should be used as opposed to the HughesPJ module. Both are equivalent though as this module simply re-exports the other.
-
pretty Text.PrettyPrint Used to represent a Fast String fragment but now deprecated and identical to the Str constructor.
-
pretty Text.PrettyPrint Normal rendering (lineLength and ribbonsPerLine respected').
-
pretty Text.PrettyPrint.Annotated Used to represent a Fast String fragment but now deprecated and identical to the Str constructor.