Nicolas Biri

Results 3 comments of Nicolas Biri

Regarding the signature changes: yep, I forgot to transitively generalise the functions that depends on `inhandle`, thanks. Regarding the `stream` / `streamWithErr`, maybe I should only keep the strict version...

One more question then, if we remove `stream` / `streamWithError` in favour of `systemStrict` / `systemStrictWithError`, what do we do with function like `inProc`, that was previously relying on `stream`,...

I finally decided to drop the `in*` function and went for a `*Stream` name instead. The names are consistent with the `*Strict` equivalent in `Turtle.ByteString`. Please do not hesitate to...