This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
phi/lib/Phi/Types.hs

9 lines
160 B
Haskell
Raw Normal View History

2011-07-14 00:09:20 +02:00
module Phi.Types ( Position(..)
, Color
) where
data Position = Top | Bottom
type Color = (Double, Double, Double, Double)