aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index fd07ef1..d41d46b 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -15,5 +15,5 @@ main :: IO ()
--main = sample (arbitrary :: Gen (Circuit Input))
main = do
gr <- randomDAG 100 :: IO (Gr Gate ())
- _ <- runGraphviz (graphToDot quickParams $ emap (const "") gr) Png "output.png"
+-- _ <- runGraphviz (graphToDot quickParams $ emap (const "") gr) Png "output.png"
T.putStrLn $ generate gr