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.

  1. data Permissions

    unliftio UnliftIO.Directory

    No documentation available.

  2. data Pool

    unliftio UnliftIO.Foreign

    A memory pool.

  3. data Ptr a

    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.

  4. Pure :: forall a (m :: Type -> Type) . a -> Conc m a

    unliftio UnliftIO.Internals.Async

    No documentation available.

  5. module UnliftIO.Process

    Unlifted System.Process.

  6. data ProcessHandle

    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.

  7. module Text.PrettyPrint

    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.

  8. PStr :: String -> TextDetails

    pretty Text.PrettyPrint

    Used to represent a Fast String fragment but now deprecated and identical to the Str constructor.

  9. PageMode :: Mode

    pretty Text.PrettyPrint

    Normal rendering (lineLength and ribbonsPerLine respected').

  10. PStr :: String -> TextDetails

    pretty Text.PrettyPrint.Annotated

    Used to represent a Fast String fragment but now deprecated and identical to the Str constructor.

Page 63 of many | Previous | Next