Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. setTyped :: HasType a s => a -> s -> s

    generic-lens Data.Generics.Product.Typed

    Set field at type.

  2. setGenerators :: forall genList (c :: Coherence) (s :: Sizing) g0 . genList -> Options c s g0 -> Options c s genList

    generic-random Generic.Random

    Define the set of custom generators. Note: for recursive types which can recursively appear inside lists or other containers, you may want to include a custom generator to decrease the size when generating such containers. See also the Note about lists in Generic.Random.Tutorial#notelists.

  3. setSized :: forall (c :: Coherence) (s :: Sizing) g . Options c s g -> Options c 'Sized g

    generic-random Generic.Random

    No documentation available.

  4. setUnsized :: forall (c :: Coherence) (s :: Sizing) g . Options c s g -> Options c 'Unsized g

    generic-random Generic.Random

    No documentation available.

  5. setGenerators :: forall genList (c :: Coherence) (s :: Sizing) g0 . genList -> Options c s g0 -> Options c s genList

    generic-random Generic.Random.Internal.Generic

    Define the set of custom generators. Note: for recursive types which can recursively appear inside lists or other containers, you may want to include a custom generator to decrease the size when generating such containers. See also the Note about lists in Generic.Random.Tutorial#notelists.

  6. setSized :: forall (c :: Coherence) (s :: Sizing) g . Options c s g -> Options c 'Sized g

    generic-random Generic.Random.Internal.Generic

    No documentation available.

  7. setUnsized :: forall (c :: Coherence) (s :: Sizing) g . Options c s g -> Options c 'Unsized g

    generic-random Generic.Random.Internal.Generic

    No documentation available.

  8. setPixbufSimpleAnimLoop :: (MonadIO m, IsPixbufSimpleAnim o) => o -> Bool -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Objects.PixbufSimpleAnim

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

    set pixbufSimpleAnim [ #loop := value ]
    

  9. setPixbufFormatDescription :: MonadIO m => PixbufFormat -> CString -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Set the value of the “description” field. When overloading is enabled, this is equivalent to

    set pixbufFormat [ #description := value ]
    

  10. setPixbufFormatDisabled :: MonadIO m => PixbufFormat -> Bool -> m ()

    gi-gdkpixbuf GI.GdkPixbuf.Structs.PixbufFormat

    Set the value of the “disabled” field. When overloading is enabled, this is equivalent to

    set pixbufFormat [ #disabled := value ]
    

Page 309 of many | Previous | Next