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 23fb5e1 commit aa71099Copy full SHA for aa71099
servant-mock/src/Servant/Mock.hs
@@ -36,7 +36,7 @@
36
-- and call 'mock', which has the following type:
37
--
38
-- @
39
--- 'mock' :: 'HasMock' api => 'Proxy' api -> 'Server' api
+-- 'mock' :: 'HasMock' api context => 'Proxy' api -> 'Proxy' context -> 'Server' api
40
41
42
-- What this says is, given some API type @api@ that it knows it can
0 commit comments