Utils.purs 238 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 module Gargantext.Components.Annotation.Utils where import Gargantext.Types ( TermList(..) ) termClass :: TermList -> String termClass GraphTerm = "graph-term" termClass StopTerm = "stop-term" termClass CandidateTerm = "candidate-term"