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. flipOrder :: Ordering -> Ordering

    regex-tdfa Text.Regex.TDFA.Common

    No documentation available.

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

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

    hmatrix Numeric.LinearAlgebra.Data

    Reverse columns

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

    hmatrix Numeric.LinearAlgebra.Data

    Reverse rows

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

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

    errors Data.EitherR

    Flip the type variables of Either

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

  8. flipOrder :: Order -> Order

    netlib-ffi Numeric.Netlib.Layout

    No documentation available.

  9. flipfoldl' :: Foldable f => (a -> b -> b) -> b -> f a -> b

    relude Relude.Foldable.Fold

    Similar to foldl' but takes a function with its arguments flipped.

    >>> flipfoldl' (/) 5 [2,3] :: Rational
    15 % 2
    
    This function can be useful for constructing containers from lists.

  10. flipRectangleB :: Point -> Point -> BufferM (Point, Point)

    yi-core Yi.Buffer.HighLevel

    No documentation available.

Page 8 of many | Previous | Next