export generic list functions
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
* Expose `Symbol` and `Nat` types from `GHC.TypeLits` by default.
|
* Expose `Symbol` and `Nat` types from `GHC.TypeLits` by default.
|
||||||
* Switch exported `(<>)` to be from `Data.Monoid` instead of Semigroup.
|
* Switch exported `(<>)` to be from `Data.Monoid` instead of Semigroup.
|
||||||
* Expose `putByteString` and `putLByteString` monomorphic versions of `putStrLn` functions
|
* Expose `putByteString` and `putLByteString` monomorphic versions of `putStrLn` functions
|
||||||
|
* Export `genericLength` and other generic list return functions.
|
||||||
|
|
||||||
0.1.9
|
0.1.9
|
||||||
====
|
====
|
||||||
|
|||||||
@@ -164,6 +164,11 @@ import Data.List as X (
|
|||||||
, tails
|
, tails
|
||||||
, zipWith
|
, zipWith
|
||||||
, zip
|
, zip
|
||||||
|
, genericLength
|
||||||
|
, genericTake
|
||||||
|
, genericDrop
|
||||||
|
, genericSplitAt
|
||||||
|
, genericReplicate
|
||||||
)
|
)
|
||||||
|
|
||||||
-- Hashing
|
-- Hashing
|
||||||
|
|||||||
Reference in New Issue
Block a user