@hackage trasa0.2
Type Safe Web Routing
Categories
License
BSD-3-Clause
Maintainer
andrew.thaddeus@gmail.com
Links
Versions
Installation
Dependencies (9)
- base >=4.7 && <5
- binary >=0.8 && <0.9
- bytestring >=0.10 && <0.11
- hashable >=1.2 && <1.3
- http-media >=0.6 && <0.7
- http-types >=0.9 && <0.10 Show all…
Dependents (6)
@hackage/trasa-server, @hackage/trasa-reflex, @hackage/trasa-form, @hackage/trasa-client, @hackage/trasa-th, @hackage/trasa-extra
This library is a solution for http-based routing and dispatch. It's
goals are similar to the goals of servant. However, trasa relies
on very different mechanisms to accomplish this. There are no typeclasses
in this library, and there is a single closed type family that is provided
as a convenience. All of the real work is accomplish with GADTs,
universal quantification, and plain old haskell data types.