Update Mock.hs
This commit is contained in:
parent
23fb5e1f56
commit
aa71099ffd
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
-- and call 'mock', which has the following type:
|
-- and call 'mock', which has the following type:
|
||||||
--
|
--
|
||||||
-- @
|
-- @
|
||||||
-- 'mock' :: 'HasMock' api => 'Proxy' api -> 'Server' api
|
-- 'mock' :: 'HasMock' api context => 'Proxy' api -> 'Proxy' context -> 'Server' api
|
||||||
-- @
|
-- @
|
||||||
--
|
--
|
||||||
-- What this says is, given some API type @api@ that it knows it can
|
-- What this says is, given some API type @api@ that it knows it can
|
||||||
|
|
Loading…
Reference in a new issue