• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. Flip :: t b a -> Flip (t :: Type -> Type -> Type) a b

    type-flip Data.Type.Flip

    No documentation available.

  2. module Rebase.Data.Bifunctor.Flip

    No documentation available.

  3. newtype Flip (b :: k -> k1 -> Type) (l :: k1) (r :: k)

    barbies Barbies.Bi

    Convert a FunctorB into a FunctorT and vice-versa.

  4. Flip :: b r l -> Flip (b :: k -> k1 -> Type) (l :: k1) (r :: k)

    barbies Barbies.Bi

    No documentation available.

  5. Flip :: forall p b a . Grammar p b a -> Grammar p a b

    invertible-grammar Data.InvertibleGrammar.Base

    Flip forward and backward passes of an underlying grammar.

  6. module Data.Function.Flip

    No documentation available.

  7. Flip :: Symbol n

    diagrams-contrib Diagrams.TwoD.Path.LSystem

    No documentation available.

  8. flipped :: forall a b c a' b' c' p f . (Profunctor p, Functor f) => p (b -> a -> c) (f (b' -> a' -> c')) -> p (a -> b -> c) (f (a' -> b' -> c'))

    lens Control.Lens.Combinators

    The isomorphism for flipping a function.

    >>> ((,)^.flipped) 1 2
    (2,1)
    

  9. flipped :: forall a b c a' b' c' p f . (Profunctor p, Functor f) => p (b -> a -> c) (f (b' -> a' -> c')) -> p (a -> b -> c) (f (a' -> b' -> c'))

    lens Control.Lens.Iso

    The isomorphism for flipping a function.

    >>> ((,)^.flipped) 1 2
    (2,1)
    

  10. flipSwap :: SwapFlag -> SwapFlag

    ghc GHC.Types.Basic

    No documentation available.

Page 7 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete