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.

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

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

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

  4. set :: ReadWriteAttr x i o -> i -> UI x -> UI x

    threepenny-gui Graphics.UI.Threepenny.Core

    Set value of an attribute in the UI monad. Best used in conjunction with #.

  5. set :: UI Element

    threepenny-gui Graphics.UI.Threepenny.SVG

    No documentation available.

  6. set :: UI Element

    threepenny-gui Graphics.UI.Threepenny.SVG.Elements

    No documentation available.

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

  8. set :: (PrimMonad m, Unboxable a) => MVector (PrimState m) a -> a -> m ()

    unboxing-vector Data.Vector.Unboxing.Mutable

    No documentation available.

  9. set :: MonadState r m => T r a -> a -> m ()

    data-accessor-mtl Data.Accessor.Monad.MTL.State

    No documentation available.

  10. set :: Gauge -> Int64 -> IO ()

    ekg System.Remote.Gauge

    Set the gauge to the given value.

Page 20 of many | Previous | Next