| Copyright | Dennis Gosnell 2017 |
|---|---|
| License | BSD3 |
| Maintainer | Dennis Gosnell (cdep.illabout@gmail.com) |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | None |
| Language | Haskell2010 |
Servant.Checked.Exceptions.Internal.Servant.Server
Contents
Documentation
Orphan instances
| HasServer * (ThrowingNonterminal ((:>) * * (Throwing es) ((:>) k k1 api apis))) context => HasServer * ((:>) * * (Throwing es) ((:>) k k1 api apis)) context Source # | When a |
| HasServer * ((:<|>) ((:>) * * (Throwing es) api1) ((:>) * * (Throwing es) api2)) context => HasServer * ((:>) * * (Throwing es) ((:<|>) api1 api2)) context Source # | When |
| HasServer * (Verb * k1 method status ctypes (Envelope es a)) context => HasServer * ((:>) * * (Throwing es) (Verb * k1 method status ctypes a)) context Source # | When |
| HasServer * ((:>) k * (Throwing ((:) * e ([] *))) api) context => HasServer * ((:>) k * (Throws e) api) context Source # | |