typelevel-1.2.3: Useful type level operations (type families and related operators).
Type.Applicative
type family AppBind' a b where ... Source #
Equations
type family AppBind a b where ... Source #
type (<*>) a b = AppBind a b infixl 4 Source #
module Type.Functor