@hackage / named-servant

support records and named (from the named package) parameters in servant

Latest0.3.1

About

Metadata

  • Last updated , by KristofBastiaensen
  • License BSD-3-Clause
  • Maintained by: kristof@resonata.be

  • Lottery factor: 0

Links

Installation

Readme

Having positional parameters in Servant can be error prone, especially if you have lot of them, and they have similar types. This package solves that problem by either using records or named parameters (from the named package) to specify servant parameters. To use with servers, use the named-servant-server package, with clients use named-servant-client.