export generic list functions

This commit is contained in:
Stephen Diehl
2016-12-08 09:55:27 +00:00
parent fb6f00b90b
commit fb6a942954
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -164,6 +164,11 @@ import Data.List as X (
, tails
, zipWith
, zip
, genericLength
, genericTake
, genericDrop
, genericSplitAt
, genericReplicate
)
-- Hashing