DenisFrezzato / hyper-ts

Type safe middleware architecture for HTTP servers
https://denisfrezzato.github.io/hyper-ts/
MIT License
391 stars 18 forks source link

added Do notation #37

Closed kylegoetz closed 3 years ago

kylegoetz commented 3 years ago

I added Do notation to mirror that in the new fp-ts release plus a unit test similar to that in fp-ts

gcanti commented 3 years ago

Thanks @kylegoetz