[DEBUG] some debug messages
[gargantext.git] / src-test / Ngrams / Metrics.hs
index ac80d5cbaa591fd937a320b5409fb70fc2b2c286..4787cd716a6166394dfceed75f8fc91fb8e37830 100644 (file)
@@ -15,8 +15,10 @@ commentary with @some markup@.
 
 {-# LANGUAGE CPP                  #-}
 
-module Ngrams.Metrics (main) where
+--module Ngrams.Metrics (main) where
+module Ngrams.Metrics  where
 
+{-
 import           Data.Text (Text)
 import qualified Data.Text as T
 import           Data.Ratio
@@ -139,3 +141,5 @@ testPair :: (Eq a, Show a)
   -> SpecWith ()
 testPair f a b r = it ("‘" <> T.unpack a <> "’ and ‘" <> T.unpack b <> "’") $
   f a b `shouldBe` r
+
+-}