1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2024-12-25 12:42:02 +03:00
Idris2/tests/idris2/error011/ConstructorDuplicate.idr
2020-06-20 23:39:03 +02:00

6 lines
71 B
Idris

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