Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. setCounter32 :: ChaChaState a => Word32 -> a -> a

    crypton Crypto.Cipher.ChaCha

    No documentation available.

  2. setCounter64 :: ChaChaState a => Word64 -> a -> a

    crypton Crypto.Cipher.ChaCha

    No documentation available.

  3. setFormat :: FormatOptions -> EncodeOptions -> EncodeOptions

    yaml Data.Yaml

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

  4. 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:

  5. 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.

  6. 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.

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

    yaml Data.Yaml.Pretty

    Sets ordering for object keys

  8. setConfDropNull :: Bool -> Config -> Config

    yaml Data.Yaml.Pretty

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

  9. setContext :: GhcMonad m => [InteractiveImport] -> m ()

    ghc GHC

    Set the interactive evaluation context. (setContext imports) sets the ic_imports field (which in turn determines what is in scope at the prompt) to imports, and updates the icReaderEnv environment to reflect it. We retain in scope all the things defined at the prompt, and kept in ic_tythings. (Indeed, they shadow stuff from ic_imports.)

  10. setGHCiMonad :: GhcMonad m => String -> m ()

    ghc GHC

    Set the monad GHCi lifts user statements into. Checks that a type (in string form) is an instance of the GHC.GHCi.GHCiSandboxIO type class. Sets it to be the GHCi monad if it is, throws an error otherwise.

Page 161 of many | Previous | Next