1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Colour is Bounded.

This commit is contained in:
Rob Rix 2015-11-19 18:01:50 -08:00
parent 92a5eb1688
commit 0b0d8097fb

View File

@ -1,3 +1,4 @@
module Console where
data Colour = Black | Red | Green | Yellow | Blue | Purple | Cyan | White
deriving Bounded