| Portability | Not portable |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
Servant.DB.PostgreSQL.Composite
Description
- newtype Composite a = Composite {
- unComposite :: a
Documentation
Wrapper around a that indicates that the type can be used as composite
type.
>>>type UserAPI = Arg "u" (Composite User) :> Procedure "insertUser" ()
Constructors
| Composite | |
Fields
| |