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
+1
View File
@@ -4,6 +4,7 @@
* Expose `Symbol` and `Nat` types from `GHC.TypeLits` by default.
* Switch exported `(<>)` to be from `Data.Monoid` instead of Semigroup.
* Expose `putByteString` and `putLByteString` monomorphic versions of `putStrLn` functions
* Export `genericLength` and other generic list return functions.
0.1.9
====
+5
View File
@@ -164,6 +164,11 @@ import Data.List as X (
, tails
, zipWith
, zip
, genericLength
, genericTake
, genericDrop
, genericSplitAt
, genericReplicate
)
-- Hashing