sourcephile
/
git
/
gargantext.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[FIX] bug invitation
[gargantext.git]
/
src
/
Gargantext
/
Core
/
Utils
/
Count.purs
diff --git
a/src/Gargantext/Core/Utils/Count.purs
b/src/Gargantext/Core/Utils/Count.purs
index fae5066a91fae19db178e626233bf201b9f34d49..a3b596ab4322d80cf0af66bcb7cbf49326d69d14 100644
(file)
--- a/
src/Gargantext/Core/Utils/Count.purs
+++ b/
src/Gargantext/Core/Utils/Count.purs
@@
-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