Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
servant-client-core Servant.Client.Core Convenience function to apply a function to an unknown union element using a type class. All elements of the union must have instances in the type class, and the function is applied unconditionally. See also: matchUnion.
-
servant-client-core Servant.Client.Core.HasClient Convenience function to apply a function to an unknown union element using a type class. All elements of the union must have instances in the type class, and the function is applied unconditionally. See also: matchUnion.
-
servant-client-core Servant.Client.Core.Reexport Convenience function to apply a function to an unknown union element using a type class. All elements of the union must have instances in the type class, and the function is applied unconditionally. See also: matchUnion.
class
RecMapMethod (c :: Type -> Constraint) (f :: u -> Type) (ts :: [u])vinyl Data.Vinyl Apply a typeclass method to each field of a Rec where the class constrains the index of the field, but not its interpretation functor.
class
XRMap (f :: u -> Type) (g :: u -> Type) (rs :: [u])vinyl Data.Vinyl The implementation of xrmap is broken into a type class to permit unrolling of the recursion across a record. The function mapped across the vector hides the HKD type family under a newtype constructor to help the type checker.
-
vinyl Data.Vinyl No documentation available.
-
vinyl Data.Vinyl Apply a typeclass method to each field of a Rec f ts using the Functor instance for f to lift the function into the functor. This is a commonly-used specialization of rmapMethod composed with fmap.
class
RecMapMethod (c :: Type -> Constraint) (f :: u -> Type) (ts :: [u])vinyl Data.Vinyl.Class.Method Apply a typeclass method to each field of a Rec where the class constrains the index of the field, but not its interpretation functor.
class
RecMapMethod1 (c :: Type -> Constraint) (f :: u -> Type) (ts :: [u])vinyl Data.Vinyl.Class.Method Apply a typeclass method to each field of a Rec where the class constrains the field when considered as a value interpreted by the record's interpretation functor.
-
vinyl Data.Vinyl.Class.Method No documentation available.