Closed mseri closed 6 years ago
idl.mli and rpc_lwt.mli could be further simplified (removing unnecessarily exposed values) and reorganised a bit. To mention some:
idl.mli
rpc_lwt.mli
Rpc_lwt.M
_ fn
declare
'a res
rpc_async.mli is missing
rpc_async.mli
When fixing these it would be nice to add some documentation
idl.mli
andrpc_lwt.mli
could be further simplified (removing unnecessarily exposed values) and reorganised a bit. To mention some:Rpc_lwt.M
could all become abstract as the_ fn
typedeclare
function in the idl modules should return'a res
rpc_async.mli
is missingWhen fixing these it would be nice to add some documentation