Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setUncaughtExceptionHandler :: (SomeException -> IO ()) -> IO ()

    ghc-internal GHC.Internal.Conc.Sync

    No documentation available.

  2. setBit :: Bits a => a -> Int -> a

    ghc-internal GHC.Internal.Data.Bits

    x `setBit` i is the same as x .|. bit i

  3. setBacktraceMechanismEnabled :: BacktraceMechanism -> Bool -> EnabledBacktraceMechanisms -> EnabledBacktraceMechanisms

    ghc-internal GHC.Internal.Exception.Backtrace

    No documentation available.

  4. setBacktraceMechanismState :: BacktraceMechanism -> Bool -> IO ()

    ghc-internal GHC.Internal.Exception.Backtrace

    Set whether the given BacktraceMechanism will be used when collecting backtraces?

  5. setAddrRange# :: Addr# -> Int# -> Int# -> State# RealWorld -> State# RealWorld

    ghc-internal GHC.Internal.Exts

    setAddrRange# dest len c sets all of the bytes in [dest, dest+len) to the value c. Analogous to the standard C function memset, but with a different argument order. Warning: this can fail with an unchecked exception.

  6. setByteArray# :: MutableByteArray# d -> Int# -> Int# -> Int# -> State# d -> State# d

    ghc-internal GHC.Internal.Exts

    setByteArray# ba off len c sets the byte range [off, off+len) of the MutableByteArray# to the byte c. Warning: this can fail with an unchecked exception.

  7. setThreadAllocationCounter# :: Int64# -> State# RealWorld -> State# RealWorld

    ghc-internal GHC.Internal.Exts

    Sets the allocation counter for the current thread to the given value.

  8. setEcho :: IODevice a => a -> Bool -> IO ()

    ghc-internal GHC.Internal.IO.Device

    for terminal devices, changes whether characters are echoed on the device.

  9. setRaw :: IODevice a => a -> Bool -> IO ()

    ghc-internal GHC.Internal.IO.Device

    some devices (e.g. terminals) support a "raw" mode where characters entered are immediately made available to the program. If available, this operation enables raw mode.

  10. setSize :: IODevice a => a -> Integer -> IO ()

    ghc-internal GHC.Internal.IO.Device

    change the size of the data.

Page 330 of many | Previous | Next