commercialhaskell / rio

A standard library for Haskell
Other
838 stars 54 forks source link

Move slice to Partial, add sliceMaybe function #201

Open bjornbm opened 4 years ago

bjornbm commented 4 years ago

Closes #200.

bjornbm commented 4 years ago

Take a look at 0e59957 and 8673eb7 see if you like any of the approaches.

lehins commented 4 years ago

slice has finally been fixed in vector-0.12.1 haskell/vector#257