purescript-hyper / hyper

Type-safe, statically checked composition of HTTP servers
https://hyper.wickstrom.tech
Mozilla Public License 2.0
282 stars 29 forks source link

a little polishing #52

Closed jimmyhuco closed 6 years ago

jimmyhuco commented 6 years ago
  1. change ResponseWritable m r b to ResponseWritable b m r
  2. class Form need a instance of superclass Semigroup as you have added Monoid
owickstrom commented 6 years ago

Great, thank you!

jimmyhuco commented 6 years ago

https://hyper.wickstrom.tech/docs/v0.8.0/core-api/response-state-transitions.html need be regenerated.