Fix rebase issues.
This commit is contained in:
parent
9b2d7a7b38
commit
5909a6df7a
2 changed files with 0 additions and 2 deletions
|
@ -718,7 +718,6 @@ instance OVERLAPPING_
|
|||
instance OVERLAPPABLE_
|
||||
(ToSample a, AllMimeRender (ct ': cts) a)
|
||||
=> HasDocs (Get (ct ': cts) a) where
|
||||
>>>>>>> Simplify verb combinators.
|
||||
docsFor Proxy (endpoint, action) DocOptions{..} =
|
||||
single endpoint' action'
|
||||
|
||||
|
|
|
@ -198,7 +198,6 @@ instance OVERLAPPABLE_
|
|||
status = toEnum . fromInteger $ natVal (Proxy :: Proxy status)
|
||||
|
||||
instance OVERLAPPING_
|
||||
instance
|
||||
( AllCTRender ctypes a, ReflectMethod method, KnownNat status
|
||||
, GetHeaders (Headers h a)
|
||||
) => HasServer (Verb method status ctypes (Headers h a)) where
|
||||
|
|
Loading…
Reference in a new issue