lean4-htt/old_tests/tests/lean/pp_param_bug.lean
2018-04-10 12:56:55 -07:00

7 lines
102 B
Text

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