impure-containers-0.5.0: src/Data/Graph/Types.hs
{-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Data.Graph.Types
( SomeGraph
, Graph
, Vertex
, Size
, Vertices
, MVertices
, MUVertices
, MGraph
, IOGraph
, STGraph
) where
import Data.Graph.Types.Internal