lean4-htt/tests/lean/mvar2.lean.expected.out
Leonardo de Moura 7490c34b54 chore: fix tests
- Delayed assignments do not become regular assignments anymore.
- We can instantiate mvas more aggressively in the new design.
2019-12-21 16:03:44 -08:00

4 lines
201 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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