Fix doctests for Link/QueryParam
This commit is contained in:
parent
9fbd312b4c
commit
82328247e6
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
-- or without those:
|
-- or without those:
|
||||||
--
|
--
|
||||||
-- >>> let with = Proxy :: Proxy ("bye" :> QueryParam "name" String :> Delete '[JSON] ())
|
-- >>> let with = Proxy :: Proxy ("bye" :> QueryParam "name" String :> Delete '[JSON] ())
|
||||||
-- >>> print $ safeLink api with "Hubert"
|
-- >>> print $ safeLink api with (Just "Hubert")
|
||||||
-- bye?name=Hubert
|
-- bye?name=Hubert
|
||||||
--
|
--
|
||||||
-- >>> let without = Proxy :: Proxy ("bye" :> Delete '[JSON] ())
|
-- >>> let without = Proxy :: Proxy ("bye" :> Delete '[JSON] ())
|
||||||
|
|
Loading…
Reference in a new issue