Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
Flip :: t b a -> Flip (t :: Type -> Type -> Type) a btype-flip Data.Type.Flip No documentation available.
module Rebase.Data.Bifunctor.
Flip No documentation available.
newtype
Flip (b :: k -> k1 -> Type) (l :: k1) (r :: k)barbies Barbies.Bi Flip :: b r l -> Flip (b :: k -> k1 -> Type) (l :: k1) (r :: k)barbies Barbies.Bi No documentation available.
newtype
Flip (g :: k -> Type) (a :: k1) (f :: k1 -> k)rank2classes Rank2 A nested parametric type represented as a rank-2 type
Flip :: g (f a) -> Flip (g :: k -> Type) (a :: k1) (f :: k1 -> k)rank2classes Rank2 No documentation available.
Flip :: forall p b a . Grammar p b a -> Grammar p a binvertible-grammar Data.InvertibleGrammar.Base Flip forward and backward passes of an underlying grammar.
-
No documentation available.
-
diagrams-contrib Diagrams.TwoD.Path.LSystem No documentation available.
-
lens Control.Lens.Combinators The isomorphism for flipping a function.
>>> ((,)^.flipped) 1 2 (2,1)