links: import toUrlPiece to make it clear where it comes from
This commit is contained in:
parent
f7dc40ca8d
commit
0bda65e315
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
-- >>> :set -XDataKinds -XTypeFamilies -XTypeOperators
|
-- >>> :set -XDataKinds -XTypeFamilies -XTypeOperators
|
||||||
-- >>> import Servant.API
|
-- >>> import Servant.API
|
||||||
-- >>> import Servant.Links
|
-- >>> import Servant.Links
|
||||||
|
-- >>> import Web.HttpApiData (toUrlPiece)
|
||||||
-- >>> import Data.Proxy
|
-- >>> import Data.Proxy
|
||||||
-- >>>
|
-- >>>
|
||||||
-- >>> type Hello = "hello" :> Get '[JSON] Int
|
-- >>> type Hello = "hello" :> Get '[JSON] Int
|
||||||
|
|
Loading…
Reference in a new issue