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.
-
lens Control.Lens.Iso The isomorphism for flipping a function.
>>> ((,)^.flipped) 1 2 (2,1)
flipSwap :: SwapFlag -> SwapFlagghc GHC.Types.Basic No documentation available.
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.