Update doctest for error message in Links.hs
This commit is contained in:
parent
68387f4c81
commit
1342052a4f
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@
|
|||
-- >>> safeLink api bad_link
|
||||
-- ...
|
||||
-- Could not deduce (Or
|
||||
-- (IsElem' (Delete '[JSON] ()) (Get '[JSON] Int))
|
||||
-- (IsElem'
|
||||
-- (HttpMethod "DELETE" 200 '[JSON] ())
|
||||
-- (HttpMethod "GET" 200 '[JSON] Int))
|
||||
-- (IsElem'
|
||||
-- ("hello" :> Delete '[JSON] ())
|
||||
-- ("bye" :> (QueryParam "name" String :> Delete '[JSON] ()))))
|
||||
|
|
Loading…
Add table
Reference in a new issue