aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/RandomAlt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/RandomAlt.hs')
-rw-r--r--src/VeriFuzz/RandomAlt.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VeriFuzz/RandomAlt.hs b/src/VeriFuzz/RandomAlt.hs
index 93a50e9..82bc743 100644
--- a/src/VeriFuzz/RandomAlt.hs
+++ b/src/VeriFuzz/RandomAlt.hs
@@ -1,5 +1,5 @@
{-|p
-Module : VeriFuzz.Circuit.RandomAlt
+Module : VeriFuzz.RandomAlt
Description : RandomAlt generation for DAG
Copyright : (c) 2018-2019, Yann Herklotz Grave
License : BSD-3
@@ -10,7 +10,7 @@ Portability : POSIX
Define the random generation for the directed acyclic graph.
-}
-module VeriFuzz.Circuit.RandomAlt where
+module VeriFuzz.RandomAlt where
import qualified Data.Graph.Inductive.Arbitrary as G
import Data.Graph.Inductive.PatriciaTree (Gr)