Copyright | (c) CNRS 2017-Present |
---|---|
License | AGPL + CECILL v3 |
Maintainer | team@gargantext.org |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Here is a longer description of this module, containing some
commentary with some markup
.
Documentation
module Gargantext.Core.Utils.Prefix
randomString :: Int -> IO Text #
groupWithCounts :: (Ord a, Eq a) => [a] -> [(a, Int)] #
Given a list of items of type a
, return list with unique items
(like List.nub) but tuple-d with their counts in the original list