@hackage named-servant0.3.1

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

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.