Update Mock.hs

This commit is contained in:
Jonathan 2016-04-11 08:54:38 -05:00
parent 23fb5e1f56
commit aa71099ffd

View File

@ -36,7 +36,7 @@
-- 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