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.
setUncaughtExceptionHandler :: (SomeException -> IO ()) -> IO ()ghc-internal GHC.Internal.Conc.Sync No documentation available.
setBit :: Bits a => a -> Int -> aghc-internal GHC.Internal.Data.Bits x `setBit` i is the same as x .|. bit i
-
ghc-internal GHC.Internal.Exception.Backtrace No documentation available.
setBacktraceMechanismState :: BacktraceMechanism -> Bool -> IO ()ghc-internal GHC.Internal.Exception.Backtrace Set whether the given BacktraceMechanism will be used when collecting backtraces?
setAddrRange# :: Addr# -> Int# -> Int# -> State# RealWorld -> State# RealWorldghc-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.
setByteArray# :: MutableByteArray# d -> Int# -> Int# -> Int# -> State# d -> State# dghc-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.
setThreadAllocationCounter# :: Int64# -> State# RealWorld -> State# RealWorldghc-internal GHC.Internal.Exts Sets the allocation counter for the current thread to the given value.
setEcho :: IODevice a => a -> Bool -> IO ()ghc-internal GHC.Internal.IO.Device for terminal devices, changes whether characters are echoed on the device.
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.
setSize :: IODevice a => a -> Integer -> IO ()ghc-internal GHC.Internal.IO.Device change the size of the data.