11 lines
123 B
Text
11 lines
123 B
Text
--
|
|
open prod
|
|
|
|
section
|
|
variable A : Type
|
|
variable a : A
|
|
variable A : Type
|
|
variable b : A
|
|
|
|
definition foo := a
|
|
end
|