Idris2/tests/idris2/error011/ConstructorDuplicate.idr

6 lines
71 B
Idris
Raw Normal View History

data A = B | B
data C : Type -> Type where
D : C Int
D : C String