1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2025-01-04 22:24:19 +03:00
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