aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Graph/RandomAlt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Graph/RandomAlt.hs')
-rw-r--r--src/VeriFuzz/Graph/RandomAlt.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VeriFuzz/Graph/RandomAlt.hs b/src/VeriFuzz/Graph/RandomAlt.hs
index d9ee138..21ef678 100644
--- a/src/VeriFuzz/Graph/RandomAlt.hs
+++ b/src/VeriFuzz/Graph/RandomAlt.hs
@@ -12,7 +12,6 @@ Define the random generation for the directed acyclic graph.
module VeriFuzz.Graph.RandomAlt where
-import Data.Graph.Inductive (Graph, LEdge, mkGraph)
import qualified Data.Graph.Inductive.Arbitrary as G
import Data.Graph.Inductive.PatriciaTree (Gr)
import Test.QuickCheck (Arbitrary, Gen)