Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype AllowThunk a

    nothunks NoThunks.Class

    Newtype wrapper for values that should be allowed to be a thunk This should be used VERY sparingly, and should ONLY be used on values (or, even rarer, types) which you are SURE cannot retain any data that they shouldn't. Bear in mind allowing a value of type T to be a thunk might cause a value of type S to be retained if T was computed from S.

  2. AllowThunk :: a -> AllowThunk a

    nothunks NoThunks.Class

    No documentation available.

  3. newtype AllowThunksIn (fields :: [Symbol]) a

    nothunks NoThunks.Class

    Newtype wrapper for records where some of the fields are allowed to be thunks. Example:

    deriving via AllowThunksIn '["foo","bar"] T instance NoThunks T
    
    This will create an instance that skips the thunk checks for the "foo" and "bar" fields.

  4. AllowThunksIn :: a -> AllowThunksIn (fields :: [Symbol]) a

    nothunks NoThunks.Class

    No documentation available.

  5. AllContentTypes :: ShowContentTypes

    servant-docs Servant.Docs

    For each example, show each content type.

  6. AllContentTypes :: ShowContentTypes

    servant-docs Servant.Docs.Internal

    For each example, show each content type.

  7. class AllHeaderSamples (ls :: k)

    servant-docs Servant.Docs.Internal

    No documentation available.

  8. AllowDirectContext :: DirectRendering

    GLUT Graphics.UI.GLUT.Initialization

    Try to use direct rendering, silently using indirect rendering if this is not possible.

  9. AllImports :: Scope

    dhall Dhall.Freeze

    Freeze all imports (including paths and environment variables)

  10. AllButLast :: Pipe

    doctemplates Text.DocTemplates.Internal

    No documentation available.

Page 43 of many | Previous | Next