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 :: ((a -> b) -> s -> t) -> (s, b) -> t

    generic-lens-core Data.GenericLens.Internal

    Setting

  2. set :: (Ord k, MonoidNull v) => k -> v -> MonoidMap k v -> MonoidMap k v

    monoidmap-internal Data.MonoidMap.Internal

    Sets the value associated with the given key. Satisfies the following property:

    get k (set k v m) == v
    

  3. set :: Setter s t a b -> b -> s -> t

    pontarius-xmpp Network.Xmpp.Lens

    Set all referenced fields to the given value.

  4. set :: Int -> a -> SmallArray a -> SmallArray a

    primitive-extras PrimitiveExtras.SmallArray

    No documentation available.

  5. set :: Lens' o i -> LensSet o i

    Agda Agda.Utils.Lens

    Set inner part i of structure o as designated by Lens' o i.

  6. set :: Svg

    blaze-svg Text.Blaze.Svg11

    Combinator for the <set /> element.

  7. set :: (Parsec (Set s b a), Pretty (Set s b a)) => SomeParsecParser

    cabal-gild CabalGild.Unstable.Type.SomeParsecParser

    Creates a new parser for the given Set of values.

  8. set :: Setter s t a b -> b -> s -> t

    configuration-tools Configuration.Utils.Internal

    No documentation available.

  9. set :: Parser m => m (Exp Delta)

    ede Text.EDE.Internal.Parser

    No documentation available.

  10. set :: forall (n :: Nat) v proxy . (Index (Peano n) (Elems v), HVector v) => proxy n -> ValueAt (Peano n) (Elems v) -> v -> v

    fixed-vector-hetero Data.Vector.HFixed

    Set element in the vector

    >>> set (Proxy @0) 'X' ('_',"str")
    ('X',"str")
    

Page 18 of many | Previous | Next