Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
set :: MonadIO m => Manager -> Framerate -> m ()sdl2-gfx SDL.Framerate Set a target framerate and reset delay interpolation. Note that the given framerate must be within the allowed range -- otherwise the minimum or maximum allowed framerate is used instead.
set :: (PrimMonad m, Struct x, Struct y) => Slot x y -> x (PrimState m) -> y (PrimState m) -> m ()structs Data.Struct Set the value of a Slot
set :: (PrimMonad m, Struct x, Struct y) => Slot x y -> x (PrimState m) -> y (PrimState m) -> m ()structs Data.Struct.Internal Set the value of a Slot
set :: ReadWriteAttr x i o -> i -> UI x -> UI xthreepenny-gui Graphics.UI.Threepenny.Core Set value of an attribute in the UI monad. Best used in conjunction with #.
-
threepenny-gui Graphics.UI.Threepenny.SVG No documentation available.
-
threepenny-gui Graphics.UI.Threepenny.SVG.Elements No documentation available.
set :: Ord a => TomlCodec a -> Key -> TomlCodec (Set a)tomland Toml.Codec.Combinator.Set Codec for set of values. Represented in TOML as array of tables. Example: Haskell Set Int can look like this in your TOML file:
foo = [ {a = 1} , {a = 2} ]
Decodes to an empty Set in case of the missing field in TOML.set :: (PrimMonad m, Unboxable a) => MVector (PrimState m) a -> a -> m ()unboxing-vector Data.Vector.Unboxing.Mutable No documentation available.
set :: MonadState r m => T r a -> a -> m ()data-accessor-mtl Data.Accessor.Monad.MTL.State No documentation available.
set :: Gauge -> Int64 -> IO ()ekg System.Remote.Gauge Set the gauge to the given value.