7 lines
107 B
Text
7 lines
107 B
Text
|
section
|
||
|
parameter (A : Type)
|
||
|
definition foo := A
|
||
|
theorem bar {X : Type} {A : X} : foo :=
|
||
|
sorry
|
||
|
end
|