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.
type family
FlipOrdering (ord :: Ordering) :: Orderingtype-natural Data.Type.Natural.Lemma.Order No documentation available.
data
FlipPP (a :: ParamPred v k) (b :: k) (c :: TyFun v Type)decidable Data.Type.Predicate.Param Flip the arguments of a ParamPred.
-
No documentation available.
newtype
Flipped (f :: Type -> Type) a (n :: Nat)sized Data.Sized.Flipped Wrapper for Sized which takes length as its last element, instead of the second. Since 0.2.0.0
Flipped :: Sized f n a -> Flipped (f :: Type -> Type) a (n :: Nat)sized Data.Sized.Flipped No documentation available.
runFlip :: Flip (p :: k -> k1 -> Type) (a :: k1) (b :: k) -> p b abifunctors Data.Bifunctor.Flip No documentation available.
maybeFlipCond :: Cond -> Maybe Condghc GHC.CmmToAsm.X86.Cond maybeFlipCond c returns Just c' if it is possible to flip the arguments to the conditional c, and the new condition should be c'.
isFlipped :: Eq c => (a -> b -> c) -> (b -> a -> c) -> a -> b -> Boolleancheck Test.LeanCheck.Utils.Operators Are two operators flipped versions of each other?
> check $ ((<) `isFlipped` (>) :: Int -> Int -> Bool) +++ OK, passed 200 tests.
> check $ ((<=) `isFlipped` (>=) :: Int -> Int -> Bool) +++ OK, passed 200 tests.
> check $ ((<) `isFlipped` (>=) :: Int -> Int -> Bool) *** Failed! Falsifiable (after 1 tests): 0 0
> check $ ((<=) `isFlipped` (>) :: Int -> Int -> Bool) *** Failed! Falsifiable (after 1 tests): 0 0
-
singletons-base Data.Function.Singletons No documentation available.
-
singletons-base Prelude.Singletons No documentation available.