- Delayed assignments do not become regular assignments anymore. - We can instantiate mvas more aggressively in the new design.
4 lines
201 B
Text
4 lines
201 B
Text
|
||
fun (α : Type) (x : ?m1) (y : Nat -> (?m3 α x)) => f (?m3 α x) x
|
||
fun (α : Type) (x : ?m1) (y : Nat -> α -> α) => f (α -> α) x
|
||
fun (α : Type) (x : Nat) (y : Nat -> α -> α) => f (α -> α) x
|