| Copyright | (c) CNRS 2017-Present |
|---|---|
| License | AGPL + CECILL v3 |
| Maintainer | team@gargantext.org |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Gargantext.Database.Action.Flow.Types
Description
Documentation
type FlowCmdM env err m = (CmdM env err m, HasNodeStory env err m, HasNodeError err, HasValidationError err, HasTreeError err, MonadLogger m) #
type FlowCorpus a = (UniqParameters a, InsertDb a, ExtractNgramsT a, HasText a, ToNode a, ToJSON a) #
type FlowInsertDB a = (AddUniqId a, UniqId a, UniqParameters a, InsertDb a) #
data DocumentIdWithNgrams a b #
Constructors
| DocumentIdWithNgrams | |
Fields
| |
Instances
| (Show a, Show b) => Show (DocumentIdWithNgrams a b) # | |
Defined in Gargantext.Database.Action.Flow.Types Methods showsPrec :: Int -> DocumentIdWithNgrams a b -> ShowS # show :: DocumentIdWithNgrams a b -> String # showList :: [DocumentIdWithNgrams a b] -> ShowS # | |
data DataOrigin #
Constructors
| InternalOrigin | |
Fields | |
| ExternalOrigin | |
Fields | |