]> Git — Sourcephile - gargantext.git/blob - src/Gargantext.hs
[DOC] Types for Phylo.
[gargantext.git] / src / Gargantext.hs
1 {-|
2 Module : Gargantext
3 Description : Textmining Collaborative Platform
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 @Gargantext@: search, map, share
11 -}
12
13 {-# LANGUAGE NoImplicitPrelude #-}
14
15 module Gargantext ( module Gargantext.API
16 , module Gargantext.Core
17 , module Gargantext.Database
18 , module Gargantext.Prelude
19 , module Gargantext.Text
20 -- , module Gargantext.Viz
21 ) where
22
23 import Gargantext.API
24 import Gargantext.Core
25 import Gargantext.Database
26 import Gargantext.Prelude
27 import Gargantext.Text
28 --import Gargantext.Viz