mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-14 22:02:07 +03:00
6 lines
71 B
Idris
6 lines
71 B
Idris
data A = B | B
|
|
|
|
data C : Type -> Type where
|
|
D : C Int
|
|
D : C String
|