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.
docsFor :: HasDocs api => Proxy api -> (Endpoint, Action) -> DocOptions -> APIservant-docs Servant.Docs.Internal No documentation available.
data
MultipartForm' (mods :: [Type]) tag aservant-multipart-api Servant.Multipart.API MultipartForm which can be modified with Lenient.
shouldHoldForResultOf :: (HasCallStack, Show a) => (a -> Bool) -> Lua a -> Assertiontasty-hslua Test.Tasty.HsLua Checks whether the return value of an operation holds for the given predicate.
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.
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.
scrollForward :: TermStr s => Capability sterminfo System.Console.Terminfo.Cursor No documentation available.
-
Unicode normalization Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
-
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.
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.
type
GenTransformer = forall a . () => Gen a -> Gen aChasingBottoms Test.ChasingBottoms.ContinuousFunctions The type of a generator transformer.