packages feed

graphs-0.4.1: src/Data/Graph/Internal/Color.hs

module Data.Graph.Internal.Color where

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