6 lines
124 B
Text
6 lines
124 B
Text
section
|
|
parameter (A : Type)
|
|
definition foo := A
|
|
noncomputable definition bar {X : Type} {A : X} : foo :=
|
|
sorry
|
|
end
|