Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. gafieldSum :: forall (x :: k) . GAffineFieldSum path g h a b => AffineTraversalVL (g x) (h x) a b

    optics-core Optics.Internal.Generic

    No documentation available.

  2. gconstructorSum :: forall (x :: k) . GConstructorSum path g h a b => Prism (g x) (h x) a b

    optics-core Optics.Internal.Generic

    No documentation available.

  3. gpositionSum :: forall (x :: k) . GPositionSum path g h a b => LensVL (g x) (h x) a b

    optics-core Optics.Internal.Generic

    No documentation available.

  4. gsetFieldSum :: forall (x :: k) . GSetFieldSum path g h b => g x -> b -> h x

    optics-core Optics.Internal.Generic

    No documentation available.

  5. isumming :: forall k l (is1 :: IxList) i (is2 :: IxList) s a . (Is k A_Fold, Is l A_Fold, HasSingleIndex is1 i, HasSingleIndex is2 i) => Optic' k is1 s a -> Optic' l is2 s a -> IxFold i s a

    optics-core Optics.IxFold

    Return entries of the first IxFold, then the second one.

    >>> itoListOf (ifolded `isumming` ibackwards_ ifolded) ["a","b"]
    [(0,"a"),(1,"b"),(1,"b"),(0,"a")]
    
    For the traversal version see iadjoin.

  6. AnotherChecksumType :: Int -> ChecksumType

    gi-glib GI.GLib.Enums

    Catch-all for unknown values

  7. data ChecksumType

    gi-glib GI.GLib.Enums

    The hashing algorithm to be used by Checksum when performing the digest of some data. Note that the ChecksumType enumeration may be extended at a later date to include new hashing algorithm types. Since: 2.16

  8. ChecksumTypeMd5 :: ChecksumType

    gi-glib GI.GLib.Enums

    Use the MD5 hashing algorithm

  9. ChecksumTypeSha1 :: ChecksumType

    gi-glib GI.GLib.Enums

    Use the SHA-1 hashing algorithm

  10. ChecksumTypeSha256 :: ChecksumType

    gi-glib GI.GLib.Enums

    Use the SHA-256 hashing algorithm

Page 102 of many | Previous | Next