| Portability | Portable |
|---|---|
| Safe Haskell | Safe |
| Language | Haskell2010 |
Servant.API.DB.Argument
Description
Documentation
Positional argument of DB stored function with attached type info.
>>>type SquareProcedure = ArgPos Int :> Procedure "square" Int
servant-db-0.2.0.1: Servant types for defining API with relational DBs
| Portability | Portable |
|---|---|
| Safe Haskell | Safe |
| Language | Haskell2010 |
Servant.API.DB.Argument
Description
Positional argument of DB stored function with attached type info.
>>>type SquareProcedure = ArgPos Int :> Procedure "square" Int