DenisFrezzato / hyper-ts

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

implement indexed variants of `ap` and combinators #84

Closed waynevanson closed 1 year ago

waynevanson commented 2 years ago

🚀 Feature request

Current Behavior

I see that there is no iap, which would be nicer than using ichain for chaing the status type.

Desired Behavior

API additions:

Suggested Solution

Who does this impact? Who is this for?

Describe alternatives you've considered

Additional context

I'll work on this, pretty easy to add.

Your environment

Software Version(s)
fp-ts 2.11.9
hyper-ts 0.7.8
TypeScript
waynevanson commented 1 year ago

closed by #86