Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. (^@.) :: s -> IndexedGetting i (i, a) s a -> (i, a)

    diagrams-lib Diagrams.Prelude

    View the index and value of an IndexedGetter or IndexedLens. This is the same operation as iview with the arguments flipped. The fixity and semantics are such that subsequent field accesses can be performed with (.).

    (^@.) :: s -> IndexedGetter i s a -> (i, a)
    (^@.) :: s -> IndexedLens' i s a  -> (i, a)
    
    The result probably doesn't have much meaning when applied to an IndexedFold.

  2. (^@..) :: s -> IndexedGetting i (Endo [(i, a)]) s a -> [(i, a)]

    diagrams-lib Diagrams.Prelude

    An infix version of itoListOf.

  3. (^.) :: s -> Getting a s a -> a

    Cabal-syntax Distribution.Compat.Lens

    No documentation available.

  4. (>.) :: ArrowList a => a b c -> ([c] -> d) -> a b d

    hxt Control.Arrow.ArrowList

    combinator for converting the result of an arrow into a single element result

  5. (>>.) :: ArrowList a => a b c -> ([c] -> [d]) -> a b d

    hxt Control.Arrow.ArrowList

    combinator for converting the result of a list arrow into another list example: foo >>. reverse reverses the the result of foo example: foo >>. take 1 constructs a deterministic version of foo by deleting all further results

  6. newtype ((f :: k -> Type) -.-> (g :: k -> Type)) (a :: k)

    sop-core Data.SOP

    Lifted functions.

  7. newtype ((f :: l -> Type) :.: (g :: k -> l)) (p :: k)

    sop-core Data.SOP

    Composition of functors. Like Compose, but kind-polymorphic and with a shorter name.

  8. newtype ((f :: l -> Type) :.: (g :: k -> l)) (p :: k)

    sop-core Data.SOP.BasicFunctors

    Composition of functors. Like Compose, but kind-polymorphic and with a shorter name.

  9. newtype ((f :: k -> Type) -.-> (g :: k -> Type)) (a :: k)

    sop-core Data.SOP.Classes

    Lifted functions.

  10. newtype ((f :: k -> Type) -.-> (g :: k -> Type)) (a :: k)

    generics-sop Generics.SOP

    Lifted functions.

Page 110 of many | Previous | Next