| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Servant.Benchmark.HasGenerator
Documentation
class HasGenerator api where Source #
HasGenerator provides combined type and value level interpretation of an API,
producing corresponding Endpoint values.
Instructions on forming a Generator type can be found on the module documentation.
Instances
| HasEndpoint a => HasGenerator a Source # | |
| (HasEndpoint a, HasGenerator b) => HasGenerator (a :<|> b) Source # | |