2015-05-02 23:01:25 +00:00
|
|
|
namespace f1
|
2015-10-13 22:39:03 +00:00
|
|
|
definition flip := (20:num)
|
2015-05-02 23:01:25 +00:00
|
|
|
end f1
|
|
|
|
|
|
|
|
namespace f2
|
2015-10-13 22:39:03 +00:00
|
|
|
definition flip := (10:num)
|
2015-05-02 23:01:25 +00:00
|
|
|
end f2
|
|
|
|
|
|
|
|
namespace f3
|
2015-12-28 18:30:23 +00:00
|
|
|
export [declaration] f1
|
|
|
|
export - [declaration] f2
|
2015-05-02 23:01:25 +00:00
|
|
|
end f3
|
|
|
|
|
2015-12-28 18:30:23 +00:00
|
|
|
export [declaration] f1
|
|
|
|
export - [declaration] f2
|