impure-containers-0.1.0.0: src/Data/Graph/Immutable.hs
{-# LANGUAGE ExistentialQuantification #-}
module Data.Graph.Immutable where
import Data.Graph.Immutable.Tagged
data SomeGraph e v = forall g. SomeGraph { getSomeGraph :: Graph g e v }
{-# LANGUAGE ExistentialQuantification #-}
module Data.Graph.Immutable where
import Data.Graph.Immutable.Tagged
data SomeGraph e v = forall g. SomeGraph { getSomeGraph :: Graph g e v }