626cd952e7
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
14 lines
No EOL
167 B
Text
14 lines
No EOL
167 B
Text
import data.nat
|
|
using nat
|
|
|
|
namespace N1
|
|
definition foo (a : nat) := a
|
|
end N1
|
|
|
|
namespace N2
|
|
definition foo (a : nat) := a
|
|
end N2
|
|
|
|
using N1 N2
|
|
|
|
definition boo := foo |