IncExc.hs 397 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
{-|
Module      : Gargantext.Core.Text.Metrics.SpeGen.IncExc
Description :
Copyright   : (c) CNRS, 2017
License     : AGPL + CECILL v3
Maintainer  : team@gargantext.org
Stability   : experimental
Portability : POSIX


-}


module Gargantext.Core.Text.Metrics.SpeGen.IncExc
  where


{-
data IncExc = Inclusion { unInclusion :: !Double }
            | Exclusion { unExclusion :: !Double }
-}