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. class GAffineFieldSum (path :: PathTree Symbol) (g :: k -> Type) (h :: k -> Type) a b

    optics-core Optics.Internal.Generic

    No documentation available.

  2. class GConstructorSum (path :: [Path]) (g :: k -> Type) (h :: k -> Type) a b | path g -> a, path h -> b, path g b -> h, path h a -> g

    optics-core Optics.Internal.Generic

    No documentation available.

  3. class GPositionSum (path :: PathTree (Nat, Nat)) (g :: k -> Type) (h :: k -> Type) a b | path g -> a, path h -> b, path g b -> h, path h a -> g

    optics-core Optics.Internal.Generic

    No documentation available.

  4. class GSetFieldSum (path :: PathTree Symbol) (g :: k -> Type) (h :: k -> Type) b | path h -> b, path g b -> h

    optics-core Optics.Internal.Generic

    No documentation available.

  5. 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.

  6. 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.

  7. 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.

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

    optics-core Optics.Internal.Generic

    No documentation available.

  9. 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.

  10. AnotherChecksumType :: Int -> ChecksumType

    gi-glib GI.GLib.Enums

    Catch-all for unknown values

Page 101 of many | Previous | Next