Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setToList :: IsSet set => set -> [Element set]

    mono-traversable Data.Containers

    Convert a set to a list.

  2. setState :: a -> Stateful a b -> Stateful a b

    monoid-subclasses Data.Monoid.Instances.Stateful

    No documentation available.

  3. setByteArray :: MBA s -> Int -> Int -> Int -> ST s ()

    os-string System.OsString.Data.ByteString.Short.Internal

    No documentation available.

  4. setS :: Selector s a -> a -> s -> s

    hxt Data.Function.Selector

    No documentation available.

  5. setChildren :: Tree t => [t a] -> t a -> t a

    hxt Data.Tree.Class

    substitute children: setChildren cl = changeChildren (const cl)

  6. setNode :: Tree t => a -> t a -> t a

    hxt Data.Tree.Class

    substitute node: setNode n = changeNode (const n)

  7. setDataInputStreamByteOrder :: (MonadIO m, IsDataInputStream o) => o -> DataStreamByteOrder -> m ()

    gi-gio GI.Gio.Objects.DataInputStream

    Set the value of the “byte-order” property. When overloading is enabled, this is equivalent to

    set dataInputStream [ #byteOrder := value ]
    

  8. setDataInputStreamNewlineType :: (MonadIO m, IsDataInputStream o) => o -> DataStreamNewlineType -> m ()

    gi-gio GI.Gio.Objects.DataInputStream

    Set the value of the “newline-type” property. When overloading is enabled, this is equivalent to

    set dataInputStream [ #newlineType := value ]
    

  9. setDataOutputStreamByteOrder :: (MonadIO m, IsDataOutputStream o) => o -> DataStreamByteOrder -> m ()

    gi-gio GI.Gio.Objects.DataOutputStream

    Set the value of the “byte-order” property. When overloading is enabled, this is equivalent to

    set dataOutputStream [ #byteOrder := value ]
    

  10. setCondition :: SetOpts -> Maybe Condition

    hedis Database.Redis

    No documentation available.

Page 37 of many | Previous | Next