Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. setHole :: Typeable a => a -> Zipper (Typeable :: Type -> Constraint) b -> Zipper (Typeable :: Type -> Constraint) b

    traverse-with-class Data.Generics.Traversable.Zipper

    Set the value in the hole. Does nothing iff a is not the type of the value in the hole.

  2. setHole' :: Typeable a => a -> Zipper (Typeable :: Type -> Constraint) b -> Maybe (Zipper (Typeable :: Type -> Constraint) b)

    traverse-with-class Data.Generics.Traversable.Zipper

    Set the value in the hole. Returns Nothing iff a is not the type of the value in the hole.

  3. setByteArray# :: Prim a => MutableByteArray# s -> Int# -> Int# -> a -> State# s -> State# s

    bytezap Raehik.Compat.Data.Primitive.Types

    Fill a slice of the mutable array with a value. The offset and length of the chunk are in elements of type a rather than in bytes.

  4. setOffAddr# :: Prim a => Addr# -> Int# -> Int# -> a -> State# s -> State# s

    bytezap Raehik.Compat.Data.Primitive.Types

    Fill a memory block given by an address, an offset and a length. The offset and length are in elements of type a rather than in bytes.

  5. setEntity :: HasWorld world m => Ent -> world 'SetterOf -> SystemT world m ()

    ecstasy Data.Ecstasy

    Updates an Ent in the world given its setter.

  6. setEntity :: HasWorld world m => Ent -> world 'SetterOf -> SystemT world m ()

    ecstasy Data.Ecstasy.Internal

    Updates an Ent in the world given its setter.

  7. setUserFinaliser :: forall m (p :: Pinning) a . MonadIO m => Env -> RawValue p -> FinalizerPtr a -> m ()

    emacs-module Data.Emacs.Module.Env

    No documentation available.

  8. setUserPtr :: forall m (p :: Pinning) a . MonadIO m => Env -> RawValue p -> Ptr a -> m ()

    emacs-module Data.Emacs.Module.Env

    No documentation available.

  9. setcar :: SymbolName

    emacs-module Data.Emacs.Module.SymbolName.Predefined

    No documentation available.

  10. setcdr :: SymbolName

    emacs-module Data.Emacs.Module.SymbolName.Predefined

    No documentation available.

Page 69 of many | Previous | Next