[Index]
For package maintainers and hackage trustees
The idea of package is to provide servant-like
DSL for specifying an API for functions stored in RDBMS.
The library adds three custom combinators:
ArgNamed name a - named argument of stored function of type a.
ArgPos a - unamed argument of stored function of type a.
Procedure name a - named stored function with return type a.
Related libraries: