Network.RPC.Client
Documentation
fetch :: Address -> Q [Dec]Source
Splices in rpc calls to a given IP. Function names and types will remain the same as on the server side, with the result encapsulated in the IO monad. Usage:
$(fetch (IP "127.0.0.1" 9000))