purescript/purescript-lists

should lazy list members return lazy Maybes?

matthewleon opened this issue · 0 comments

Following up on issue #28, I am wondering if it is worth creating a lazy Maybe type and having simple operations on lazy lists such as last return such a beast. Or, backward-compatibly, creating a lazyLast, for example, that does return a lazy Maybe.