a526cd92ac
this is related to issue #530
7 lines
101 B
Text
7 lines
101 B
Text
section
|
|
parameters (A : Type) {B : Type}
|
|
|
|
definition foo3 (a : A) (b : B) := a
|
|
|
|
check foo3
|
|
end
|