{-| Module : Gargantext.Text.Crawlers Description : All crawlers of Gargantext in one file. Copyright : (c) CNRS, 2017 License : AGPL + CECILL v3 Maintainer : team@gargantext.org Stability : experimental Portability : POSIX -} {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} module Gargantext.Text.Crawlers where {- import Data.Text (Text) --import Gargantext.Prelude import qualified PUBMED as PubMed data Crawler = PubMed | HAL | Isidore type Query = Text --{- crawl :: Crawler -> Query -> IO [PubMed.Doc] crawl Pubmed = PubMed.crawler --} -}