[Haskell-cafe] how to simplify ressources access and pipes steam

Tom Ellis tom-lists-haskell-cafe-2017 at jaguarpaw.co.uk
Thu May 21 07:15:08 UTC 2020


On Wed, May 20, 2020 at 06:23:31AM +0000, PICCA Frederic-Emmanuel wrote:
> 1) I find the withUhvPathP sort of ugly, and I would like to know if
> it could be written more elegantly, because I will need to write a
> lot's of these function for different types.

At first glance seems like you should be able to convert to ContT and
use do notation.


More information about the Haskell-Cafe mailing list