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.
flipOrder :: Ordering -> Orderingregex-tdfa Text.Regex.TDFA.Common No documentation available.
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)
fliprl :: Element t => Matrix t -> Matrix thmatrix Numeric.LinearAlgebra.Data Reverse columns
flipud :: Element t => Matrix t -> Matrix thmatrix Numeric.LinearAlgebra.Data Reverse rows
flipET :: forall (m :: Type -> Type) a b . Monad m => ExceptT a m b -> ExceptT b m aerrors Data.EitherR Flip the type variables of an ExceptT
flipEither :: Either a b -> Either b aerrors Data.EitherR Flip the type variables of Either
-
diagrams-lib Diagrams.Prelude The isomorphism for flipping a function.
>>> ((,)^.flipped) 1 2 (2,1)
-
netlib-ffi Numeric.Netlib.Layout No documentation available.
flipfoldl' :: Foldable f => (a -> b -> b) -> b -> f a -> brelude 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.flipRectangleB :: Point -> Point -> BufferM (Point, Point)yi-core Yi.Buffer.HighLevel No documentation available.