[FEAT] Implements log distributional function with accelerate (#50).
[gargantext.git] / src / Gargantext / Core / Viz / Phylo / SynchronicClustering.hs
index 61cb8f8717bb7c986db2824e2071842857197473..c1818db3b467b7cb96acf084cb310c13237774af 100644 (file)
@@ -17,7 +17,7 @@ import Gargantext.Core.Viz.Phylo.PhyloTools
 import Gargantext.Core.Viz.Phylo.TemporalMatching (weightedLogJaccard', filterDiago, reduceDiagos)
 import Gargantext.Core.Viz.Phylo.PhyloExport (processDynamics)
 
-import Data.List ((++), null, intersect, nub, concat, sort, sortOn, all, groupBy)
+import Data.List ((++), null, intersect, nub, concat, sort, sortOn, groupBy)
 import Data.Map  (Map, fromList, fromListWith, foldlWithKey, (!), insert, empty, restrictKeys, elems, mapWithKey, member)
 
 import Control.Lens hiding (Level)