2 Module : Gargantext.API.Flow
3 Description : Main Flow API DataTypes
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
13 module Gargantext.API.Flow
16 -- import Gargantext.API.Prelude
17 import Gargantext.Prelude
19 data InputFlow = TextsInput
24 | Texts InputFlow [Flow]
25 | Ngrams InputFlow [Flow]
26 | Lists InputFlow [Flow]
30 flow :: Flow -> OutputFlow