Agda-2.3.2.2: test/fail/DuplicateConstructors.err
DuplicateConstructors.agda:5,3-6,4
Duplicate constructors c in datatype
when scope checking the declaration
data D where
c : D
c : D
DuplicateConstructors.agda:5,3-6,4
Duplicate constructors c in datatype
when scope checking the declaration
data D where
c : D
c : D