Types.hs 537 Bytes
{-|
Module      : Gargantext.Types
Description : 
Copyright   : (c) CNRS, 2017-Present
License     : AGPL + CECILL v3
Maintainer  : team@gargantext.org
Stability   : experimental
Portability : POSIX

Here is a longer description of this module, containing some
commentary with @some markup@.
-}

{-# LANGUAGE NoImplicitPrelude #-}

module Gargantext.Types ( module Gargantext.Types.Main
                          , module Gargantext.Types.Node
                          ) where

import Gargantext.Types.Main
import Gargantext.Types.Node