Commit 2dbb8cab authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] warning

parent 16693beb
Pipeline #1420 failed with stage
......@@ -12,7 +12,6 @@ Reference:
-}
module Gargantext.Core.Viz.Graph.Tools.IGraph
where
......@@ -78,7 +77,7 @@ mkGraphUfromEdges es = mkGraph (List.replicate n ()) $ zip es $ repeat ()
(a,b) = List.unzip es
n = List.length (List.nub $ a <> b)
{-
mkGraphDfromEdges :: [(Int, Int)] -> Graph_Directed
mkGraphDfromEdges = undefined
-}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment