[FIX] bug invitation
[gargantext.git] / src / Gargantext / Core / Utils / Count.purs
index fae5066a91fae19db178e626233bf201b9f34d49..a3b596ab4322d80cf0af66bcb7cbf49326d69d14 100644 (file)
@@ -14,10 +14,8 @@ Inspired from Gabriel Gonzales, "beautiful folds" talk.
 
 -}
 
-{-# LANGUAGE NoImplicitPrelude #-}
 {-# LANGUAGE ExistentialQuantification #-}
 {-# LANGUAGE BangPatterns #-}
-{-# LANGUAGE RankNTypes                #-}
 
 module Gargantext.Core.Utils.Count (head, last, all, any, sum, product, length)
     where