Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. docsFor :: HasDocs api => Proxy api -> (Endpoint, Action) -> DocOptions -> API

    servant-docs Servant.Docs.Internal

    No documentation available.

  2. data MultipartForm' (mods :: [Type]) tag a

    servant-multipart-api Servant.Multipart.API

    MultipartForm which can be modified with Lenient.

  3. shouldHoldForResultOf :: (HasCallStack, Show a) => (a -> Bool) -> Lua a -> Assertion

    tasty-hslua Test.Tasty.HsLua

    Checks whether the return value of an operation holds for the given predicate.

  4. setForegroundColor :: TermStr s => Capability (Color -> s)

    terminfo System.Console.Terminfo.Color

    Sets the foreground color of all further text output, using either the setaf or setf capability.

  5. withForegroundColor :: TermStr s => Capability (Color -> s -> s)

    terminfo System.Console.Terminfo.Color

    This capability temporarily sets the terminal's foreground color while outputting the given text, and then restores the terminal to its default foreground and background colors.

  6. scrollForward :: TermStr s => Capability s

    terminfo System.Console.Terminfo.Cursor

    No documentation available.

  7. package unicode-transforms

    Unicode normalization Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).

  8. package vty-crossplatform

    Cross-platform support for Vty This package provides a generic interface for multiple Vty platforms in one package so you don't have to conditionally depend on them in your cabal file.

  9. module Graphics.Vty.CrossPlatform

    This module exposes a simple API to initialize Vty in a platform-independent way. This module only provides mkVty for initializing the terminal. The rest of the Vty API is accessed through the vty package's API. If you need access to platform-specific settings, it might be best to depend on and use the platform-specific packages directly instead of using this package.

  10. type GenTransformer = forall a . () => Gen a -> Gen a

    ChasingBottoms Test.ChasingBottoms.ContinuousFunctions

    The type of a generator transformer.

Page 735 of many | Previous | Next