11 lines
101 B
Text
11 lines
101 B
Text
structure Bla where
|
|
y : Nat
|
|
|
|
namespace Foo
|
|
|
|
structure Bla where
|
|
x : Nat
|
|
|
|
export Bla (x)
|
|
|
|
end Foo
|