hls-graph-1.7.0.0: src/Development/IDE/Graph/Classes.hs
module Development.IDE.Graph.Classes(
Show(..), Typeable, Eq(..), Hashable(..), NFData(..)
) where
import Control.DeepSeq
import Data.Hashable
import Data.Typeable