1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Style is Bounded.

This commit is contained in:
Rob Rix 2015-11-19 18:02:11 -08:00
parent 38610c8336
commit e9174bda71

View File

@ -24,3 +24,4 @@ instance Enum Colour where
toEnum _ = error "unknown colour code"
data Style = Normal | Bold | Underline
deriving Bounded