vinyl-0.4.3: Extensible Records
Data.Vinyl.TyFun
data TyFun :: * -> * -> * Source
type family App f a :: l Source
Instances
data TC :: (k -> *) -> TyFun k * -> * Source
type ($) f x = App f x Source