Idris2/tests/idris2/error/error011/ConstructorDuplicate.idr
2023-09-07 14:57:22 +01:00

6 lines
71 B
Idris

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