Skip to content

Commit

Permalink
Fixing #40
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Gill committed Jan 20, 2016
1 parent 3f9df5e commit 65a7550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HERMIT/GHCI/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ session :: JSONRPC.Session
session = JSONRPC.session
$ (if debug
then traceSessionAPI "HERMIT-remote-json"
else id)
else id :: (forall a . f a -> g a) -> (forall a . f a ~> g a))
$ sendr
where
sendr :: SessionAPI a -> IO a
Expand Down

0 comments on commit 65a7550

Please sign in to comment.