typelevel-1.2.3: Useful type level operations (type families and related operators).
Type.Functor
type (<$>) f as = FMap f as infixl 4 Source #
type family FMap (f :: l -> k) (as :: [l]) :: [k] where ... Source #
Equations