mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 02:41:43 +03:00
8158c617f6
If the name is given (rather than, say, computed) update it so that it's the data type name being defined - so ambiguities are resolved immediately. Fixes #192
8 lines
81 B
Idris
8 lines
81 B
Idris
namespace Foo
|
|
export
|
|
data A = B | C
|
|
|
|
namespace Bar
|
|
export
|
|
data A = D | E
|