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