Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. Permute :: ArgOrder a

    base System.Console.GetOpt

    freely intersperse options and non-options

  2. type Prec = Int

    base Text.ParserCombinators.ReadPrec

    No documentation available.

  3. module Text.Printf

    A C printf(3)-like formatter. This version has been extended by Bart Massey as per the recommendations of John Meacham and Simon Marlow http://comments.gmane.org/gmane.comp.lang.haskell.libraries/4726 to support extensible formatting for new datatypes. It has also been extended to support almost all C printf(3) syntax.

  4. class PrintfArg a

    base Text.Printf

    Typeclass of printf-formattable values. The formatArg method takes a value and a field format descriptor and either fails due to a bad descriptor or produces a ShowS as the result. The default parseFormat expects no modifiers: this is the normal case. Minimal instance: formatArg.

  5. class PrintfType t

    base Text.Printf

    The PrintfType class provides the variable argument magic for printf. Its implementation is intentionally not visible from this module. If you attempt to pass an argument of a type which is not an instance of this class to printf or hPrintf, then the compiler will report it as a missing instance of PrintfArg.

  6. Punc :: String -> Lexeme

    base Text.Read

    Punctuation or reserved symbol, e.g. (, ::

  7. Punc :: String -> Lexeme

    base Text.Read.Lex

    Punctuation or reserved symbol, e.g. (, ::

  8. data PromptTag# a

    base GHC.Base

    See GHC.Prim#continuations.

  9. data Proxy# (a :: k)

    base GHC.Base

    The type constructor Proxy# is used to bear witness to some type variable. It's used when you want to pass around proxy values for doing things like modelling type applications. A Proxy# is not only unboxed, it also has a polymorphic kind, and has no runtime representation, being totally free.

  10. data PrimMVar

    base GHC.Conc

    No documentation available.

Page 16 of many | Previous | Next