mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +03:00
Re-export overlay/connect/vertex.
This commit is contained in:
parent
23bf0d2402
commit
ee8f2d1611
@ -1,6 +1,9 @@
|
|||||||
{-# LANGUAGE GeneralizedNewtypeDeriving, TypeFamilies, UndecidableInstances #-}
|
{-# LANGUAGE GeneralizedNewtypeDeriving, TypeFamilies, UndecidableInstances #-}
|
||||||
module Data.Graph
|
module Data.Graph
|
||||||
( Graph(..)
|
( Graph(..)
|
||||||
|
, Class.overlay
|
||||||
|
, Class.connect
|
||||||
|
, Class.vertex
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import qualified Algebra.Graph as G
|
import qualified Algebra.Graph as G
|
||||||
|
Loading…
Reference in New Issue
Block a user