We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7dc40c commit 0bda65eCopy full SHA for 0bda65e
servant/src/Servant/Links.hs
@@ -17,6 +17,7 @@
17
-- >>> :set -XDataKinds -XTypeFamilies -XTypeOperators
18
-- >>> import Servant.API
19
-- >>> import Servant.Links
20
+-- >>> import Web.HttpApiData (toUrlPiece)
21
-- >>> import Data.Proxy
22
-- >>>
23
-- >>> type Hello = "hello" :> Get '[JSON] Int
0 commit comments