Skip to main content

day_convolution_ty

Function day_convolution_ty 

Source
pub fn day_convolution_ty() -> Expr
Expand description

DayConvolution : (Type → Type) → (Type → Type) → Type → Type

Day convolution of two functors: (Day F G) A = ∃ X Y, F X × G Y × (X × Y → A).