packages feed

graphs-0.3: Data/Graph/Internal/Color.hs

module Data.Graph.Internal.Color where

data Color = White | Grey | Black deriving (Eq,Ord,Show,Read)