@hackage serv0.2.0.0
Dependently typed API framework
Categories
License
BSD-3-Clause
Maintainer
me@jspha.com
Links
Versions
Installation
Dependencies (5)
- base >=4.7 && <5
- containers
- http-kinder
- singletons
- text Show all…
Dependents (1)
@hackage/serv-wai
Types and kinds for describing APIs.
This package defines the kind Serv.Api.Api which classifies types which
statically describe an API. Define your Serv.Api.Api-kinded types and then
write/derive compliant servers, clients, and documentation all statically
guaranteed to match.
Import Serv.Api.Prelude for the smoothest experience defining these types.
See the README for more details.