Skip to content
Snippets Groups Projects
Commit 9527a6cd authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-06-25 17:08:37 by panne]

Synch unfoldr's signature in export list with reality
parent 701f006f
No related merge requests found
......@@ -65,7 +65,7 @@ module List
, genericIndex -- :: (Integral a) => [b] -> a -> b
, genericReplicate -- :: (Integral a) => a -> b -> [b]
, unfoldr -- :: (a -> Maybe (b,a)) -> a -> (a,[b])
, unfoldr -- :: (b -> Maybe (a, b)) -> b -> [a]
, zip4, zip5, zip6, zip7
, zipWith4, zipWith5, zipWith6, zipWith7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment