You can search for identifiers within the package.
in-package search v0.2.0
rpclib-async
rpc_async.ml
1 2 3 4 5 6 7 8 9 module AD = struct include Async.Deferred let bind x f = Async.Deferred.bind ~f x let fail = raise end module AsyncIdl = Idl.Make (AD) include AsyncIdl
1 2 3 4 5 6 7 8 9
module AD = struct include Async.Deferred let bind x f = Async.Deferred.bind ~f x let fail = raise end module AsyncIdl = Idl.Make (AD) include AsyncIdl