Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setDash :: [Double] -> Double -> Render ()

    diagrams-postscript Graphics.Rendering.Postscript

    Set the dash style.

  2. setExtendedResultCodes :: Database -> Bool -> IO (Either Error ())

    direct-sqlite Database.SQLite3.Direct

    https://www.sqlite.org/c3ref/extended_result_codes.html

  3. setLoadExtensionEnabled :: Database -> Bool -> IO (Either Error ())

    direct-sqlite Database.SQLite3.Direct

    https://www.sqlite.org/c3ref/enable_load_extension.html Enable or disable extension loading.

  4. setSharedCacheEnabled :: Bool -> IO (Either Error ())

    direct-sqlite Database.SQLite3.Direct

    https://www.sqlite.org/c3ref/enable_shared_cache.html Enable or disable shared cache for all future connections.

  5. setTrace :: Database -> Maybe (Utf8 -> IO ()) -> IO ()

    direct-sqlite Database.SQLite3.Direct

    https://www.sqlite.org/c3ref/profile.html Enable/disable tracing of SQL execution. Tracing can be disabled by setting Nothing as the logger callback. Warning: If the logger callback throws an exception, your whole program will crash. Enable only for debugging!

  6. setattr :: String -> Doc -> Set String -> Doc

    distribution-nixpkgs Language.Nix.PrettyPrinting

    No documentation available.

  7. setInputEcho :: Bool -> IO ()

    echo System.IO.Echo

    Set the terminal's echoing on (True) or off (False).

  8. setInputEchoState :: EchoState -> IO ()

    echo System.IO.Echo

    Set the terminal's input EchoState.

  9. setInputEcho :: Bool -> IO ()

    echo System.IO.Echo.Internal

    Set the terminal's echoing on (True) or off (False).

  10. setInputEchoSTTY :: STTYSettings -> IO ()

    echo System.IO.Echo.Internal

    Create an stty process and wait for it to complete. This is useful for changing stty's settings, after which stty does not output anything.

    setInputEchoSTTY = void . sttyRaw
    

Page 474 of many | Previous | Next