lean2/tests/lean/pp_param_bug.lean

8 lines
101 B
Text
Raw Normal View History

section
parameters (A : Type) {B : Type}
definition foo3 (a : A) (b : B) := a
check foo3
end