1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00

Re-export overlay/connect/vertex.

This commit is contained in:
Rob Rix 2018-05-11 12:09:37 -04:00
parent 23bf0d2402
commit ee8f2d1611

View File

@ -1,6 +1,9 @@
{-# LANGUAGE GeneralizedNewtypeDeriving, TypeFamilies, UndecidableInstances #-}
module Data.Graph
( Graph(..)
, Class.overlay
, Class.connect
, Class.vertex
) where
import qualified Algebra.Graph as G