lean4-htt/tests/lean/pp_param_bug.lean
2017-03-09 18:41:19 -08:00

7 lines
102 B
Text

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