tracer/src/Types/FontId.hs

6 lines
89 B
Haskell

module Types.FontId where
data FontId
= FontBedstead
deriving (Show, Eq, Ord, Enum)