adds unzip, fixes issue #45

This commit is contained in:
Stephen Diehl
2017-03-12 15:54:30 +00:00
parent 8ad2522cda
commit ca5087201b
+1
View File
@@ -188,6 +188,7 @@ import Data.List as X (
, tails , tails
, zipWith , zipWith
, zip , zip
, unzip
, genericLength , genericLength
, genericTake , genericTake
, genericDrop , genericDrop