rpc-0.0.0: type safe rpcs provided as basic IO actions

Network.RPC.Server

Synopsis

Documentation

share :: Int -> [Name] -> Q ExpSource

Template haskell magic to share a set of functions on a given port to be spliced into a main declaration. This function never returns. For example:

    main = $(share 9000 [ 'fn1, 'fn2, 'fn3 ])