8 lines
101 B
Text
8 lines
101 B
Text
|
section
|
||
|
parameters (A : Type) {B : Type}
|
||
|
|
||
|
definition foo3 (a : A) (b : B) := a
|
||
|
|
||
|
check foo3
|
||
|
end
|