Hoogle Search
Within Stackage Nightly 2026-07-02 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
set :: Set b m a v => a -> v -> m ()metrics Data.Metrics.Types Replace the current value of a simple metric (i.e. a Counter or a Gauge)
set :: ASetter s t a b -> b -> s -> tmicroformats2-parser Data.Microformats2.Parser.Util Replace the target of a Lens or all of the targets of a Setter or Traversal with a constant value.
(<$) ≡ set mapped
>>> set _2 "hello" (1,()) (1,"hello")
>>> set mapped () [1,2,3,4] [(),(),(),()]
Note: Attempting to set a Fold or Getter will fail at compile time with an relatively nice error message.set :: Setter s t a b -> b -> s -> t set :: Iso s t a b -> b -> s -> t set :: Lens s t a b -> b -> s -> t set :: Traversal s t a b -> b -> s -> t
-
monoidmap-examples Data.MonoidMap.Examples.NestedMonoidMap No documentation available.
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 :: (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 :: MetricUpdate -> Maybe Valuegogol-dataflow Gogol.Dataflow Worker-computed aggregate value for the "Set" aggregation kind. The only possible value type is a list of Values whose type can be Long, Double, String, or BoundedTrie according to the metric's type. All Values in the list must be of the same type.
set :: MetricUpdate -> Maybe Valuegogol-dataflow Gogol.Dataflow.Types Worker-computed aggregate value for the "Set" aggregation kind. The only possible value type is a list of Values whose type can be Long, Double, String, or BoundedTrie according to the metric's type. All Values in the list must be of the same type.
set :: RoundMode -> Precision -> MPFR -> MPFRhmpfr Data.Number.MPFR.Assignment No documentation available.