Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. module Text.Layout.Table.Cell.Formatted

    Provides formatting to an instance of Cell. For example, in a unix terminal one could use the following:

    >>> buildCell (formatted "\ESC[31m" "Hello World!" "\ESC[0m") :: String
    Hello World!
    
    The text then appears in dull red. More complex nested formatting can be achieved by using the Monoid instance.

  2. data Formatted a

    table-layout Text.Layout.Table.Cell.Formatted

    No documentation available.

  3. data FormParam

    wreq-stringless Network.Wreq.StringLess

    A key/value pair for an application/x-www-form-urlencoded POST request body.

  4. class FormValue a

    wreq-stringless Network.Wreq.StringLess

    A type that can be rendered as the value portion of a key/value pair for use in an application/x-www-form-urlencoded POST body. Intended for use with the FormParam type. The instances for String, strict Text, and lazy Text are all encoded using UTF-8 before being URL-encoded. The instance for Maybe gives an empty string on Nothing, and otherwise uses the contained type's instance.

  5. Forward :: Direction

    xmonad-contrib XMonad.Actions.GroupNavigation

    Forward from current window or workspace

  6. Forall :: ReservedType

    yi-mode-haskell Yi.Lexer.Haskell

    No documentation available.

  7. For' :: Reserved

    yi-mode-javascript Yi.Lexer.JavaScript

    No documentation available.

  8. data ForContent t

    yi-mode-javascript Yi.Syntax.JavaScript

    No documentation available.

  9. ForErr :: t -> ForContent t

    yi-mode-javascript Yi.Syntax.JavaScript

    No documentation available.

  10. ForIn :: t -> Expr t -> ForContent t

    yi-mode-javascript Yi.Syntax.JavaScript

    No documentation available.

Page 392 of many | Previous | Next