13 lines
115 B
Text
13 lines
115 B
Text
|
import logic
|
||
|
|
||
|
|
||
|
section
|
||
|
variable A : Type
|
||
|
parameter a : A
|
||
|
end
|
||
|
|
||
|
section
|
||
|
variable A : Type
|
||
|
variable a : A
|
||
|
end
|