Update doctest for error message in Links.hs

This commit is contained in:
George Pollard 2015-08-13 10:48:06 +12:00
parent 68387f4c81
commit 1342052a4f

View file

@ -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] ()))))