lean2/tests/lean/implicit4.lean
Leonardo de Moura 08718e33dc refactor(builtin): only load the kernel and natural numbers by default
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-30 13:35:37 -08:00

9 lines
No EOL
315 B
Text

Import int.
Variable f {A : Type} (a1 a2 : A) {B : Type} (b1 b2 : B) : A
Variable g {A1 A2 : Type} (a1 : A1) (a2 : A2) {B : Type} (b : B) : A1
Variable p (a1 a2 : Int) {B : Type} (b1 b2 b3 : B) : B
Variable h {A1 A2 : Type} (a1 : A1) (a2 : A2) (a3 : A2) : A1
Infix ++ : f
Infix ++ : g
Infix ++ : p
Infix ++ : h