Fix unused warning
This commit is contained in:
parent
d2f8e96012
commit
86573468a3
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ import Servant.Common.Req
|
|||
client :: HasClient layout => Proxy layout -> Client layout
|
||||
client p = clientWithRoute p defReq
|
||||
|
||||
newtype InjectArg arg = InjectArg { getInjectedArg :: arg }
|
||||
newtype InjectArg arg = InjectArg arg
|
||||
|
||||
class HasArgument s arg result | s arg -> result, s result -> arg where
|
||||
supplyArgument :: arg -> s -> result
|
||||
|
|
Loading…
Reference in a new issue