12 lines
137 B
Text
12 lines
137 B
Text
|
import data.prod
|
||
|
open prod
|
||
|
|
||
|
section
|
||
|
variable A : Type
|
||
|
variable a : A
|
||
|
variable A : Type
|
||
|
variable b : A
|
||
|
|
||
|
definition foo := a
|
||
|
end
|