Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

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

  2. flipSwap :: SwapFlag -> SwapFlag

    ghc GHC.Types.Basic

    No documentation available.

  3. flipOrder :: Ordering -> Ordering

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

  4. flipped :: Iso (a -> b -> c) (a' -> b' -> c') (b -> a -> c) (b' -> a' -> c')

    optics-core Optics.Iso

    The isomorphism for flipping a function.

    >>> (view flipped (,)) 1 2
    (2,1)
    

  5. fliprl :: Element t => Matrix t -> Matrix t

    hmatrix Numeric.LinearAlgebra.Data

    Reverse columns

  6. flipud :: Element t => Matrix t -> Matrix t

    hmatrix Numeric.LinearAlgebra.Data

    Reverse rows

  7. flipET :: forall (m :: Type -> Type) a b . Monad m => ExceptT a m b -> ExceptT b m a

    errors Data.EitherR

    Flip the type variables of an ExceptT

  8. flipEither :: Either a b -> Either b a

    errors Data.EitherR

    Flip the type variables of Either

  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'))

    diagrams-lib Diagrams.Prelude

    The isomorphism for flipping a function.

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

  10. flipOrder :: Order -> Order

    netlib-ffi Numeric.Netlib.Layout

    No documentation available.

Page 8 of many | Previous | Next