From 983669aa390c4cc1aaf6e4bee914d1a7de9a58e4 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 10 Jan 2019 18:56:58 +0000 Subject: Fix all the warnings --- src/VeriFuzz/Graph/RandomAlt.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/VeriFuzz/Graph/RandomAlt.hs') 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) -- cgit