sourcephile
/
git
/
gargantext.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[FIX] typo
[gargantext.git]
/
src
/
Gargantext
/
Core
/
Text
/
Terms
/
Multi
/
Group.hs
diff --git
a/src/Gargantext/Core/Text/Terms/Multi/Group.hs
b/src/Gargantext/Core/Text/Terms/Multi/Group.hs
index 614f6385a002530945cada440443296f3bc0ca94..221611b9b220518c8f466aa6f5a83d46af4c23fe 100644
(file)
--- a/
src/Gargantext/Core/Text/Terms/Multi/Group.hs
+++ b/
src/Gargantext/Core/Text/Terms/Multi/Group.hs
@@
-16,8
+16,6
@@
group the tokens into extracted terms.
module Gargantext.Core.Text.Terms.Multi.Group (group2)
where
-import Data.Maybe (Maybe(Just))
-
import Gargantext.Core.Types
import Gargantext.Prelude