Skip to main content

shift_ty

Function shift_ty 

Source
pub fn shift_ty() -> Expr
Expand description

Shift : Type → Type → Type

Delimited continuation shift operator: (a → m b) → m a.