2 Module : Gargantext.Utils
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
10 Here is a longer description of this module, containing some
11 commentary with @some markup@.
15 module Gargantext.Core.Utils (
16 -- module Gargantext.Utils.Chronos
17 module Gargantext.Core.Utils.Prefix
24 -- import Gargantext.Utils.Chronos
25 import Gargantext.Core.Utils.Prefix
29 something :: Monoid a => Maybe a -> a
30 something Nothing = mempty
31 something (Just a) = a