Closed gutjuri closed 5 years ago
Hey @juril33t, sorry for bothering you. I just want to ask if my comments make sense and if you're still willing to continue with this issue.
Closing as it seems that there is no longer interest in working on this one.
The six generic functions provided by Data.List for Lists have been implemented for Slists.
Things that could be an issue:
genericLength
returns -1 for infinite slists, sincemaxBound
(as used inlength
) doesn't work for all instances ofNum
.closes #6