export generic list functions
This commit is contained in:
@@ -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
|
||||
====
|
||||
|
||||
@@ -164,6 +164,11 @@ import Data.List as X (
|
||||
, tails
|
||||
, zipWith
|
||||
, zip
|
||||
, genericLength
|
||||
, genericTake
|
||||
, genericDrop
|
||||
, genericSplitAt
|
||||
, genericReplicate
|
||||
)
|
||||
|
||||
-- Hashing
|
||||
|
||||
Reference in New Issue
Block a user