mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
6 lines
107 B
Idris
6 lines
107 B
Idris
|
data Chaos : Type where
|
||
|
Emerald : (colour : Nat) -> Chaos
|
||
|
|
||
|
colour : Chaos -> ()
|
||
|
colour c = ?colour_rhs_5
|