Hoogle Search

Within Stackage Nightly 2026-06-21 (ghc-9.12.4)

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

  1. setFormat :: FormatOptions -> EncodeOptions -> EncodeOptions

    yaml Data.Yaml

    Set the encoding formatting for the encoded YAML. By default, this is defaultFormatOptions.

  2. setStringStyle :: (Text -> (Tag, Style)) -> EncodeOptions -> EncodeOptions

    yaml Data.Yaml

    Set the string style in the encoded YAML. This is a function that decides for each string the type of YAML string to output. WARNING: You must ensure that special strings (like "yes"/"no"/"null"/"1234") are not encoded with the Plain style, because then they will be decoded as boolean, null or numeric values. You can use isSpecialString to detect them. By default, strings are encoded as follows:

  3. setWidth :: Maybe Int -> FormatOptions -> FormatOptions

    yaml Data.Yaml

    Set the maximum number of columns in the YAML output, or Nothing for infinite. By default, the limit is 80 characters.

  4. setWidth :: Maybe Int -> FormatOptions -> FormatOptions

    yaml Data.Yaml.Builder

    Set the maximum number of columns in the YAML output, or Nothing for infinite. By default, the limit is 80 characters.

  5. setConfCompare :: (Text -> Text -> Ordering) -> Config -> Config

    yaml Data.Yaml.Pretty

    Sets ordering for object keys

  6. setConfDropNull :: Bool -> Config -> Config

    yaml Data.Yaml.Pretty

    Drop entries with Null value from objects, if set to True

  7. setAfterBind :: HasAfterBind a => (Socket -> IO ()) -> a -> a

    conduit-extra Data.Conduit.Network

    No documentation available.

  8. setHost :: ByteString -> ClientSettings -> ClientSettings

    conduit-extra Data.Conduit.Network

    No documentation available.

  9. setNeedLocalAddr :: Bool -> ServerSettings -> ServerSettings

    conduit-extra Data.Conduit.Network

    No documentation available.

  10. setPort :: HasPort a => Int -> a -> a

    conduit-extra Data.Conduit.Network

    No documentation available.

Page 35 of many | Previous | Next