You can search for identifiers within the package.
in-package search v0.2.0
module type FUNCTOR = sig ... end
type (+'a, 's) io
type 's scheduler = {
bind : 'a 'b. ('a, 's) io -> ('a -> ('b, 's) io) -> ('b, 's) io;
return : 'a. 'a -> ('a, 's) io;
}
module type SCHEDULER = sig ... end
module type MUTEX = sig ... end
module type CONDITION = sig ... end
module type IO = sig ... end
module Make (T : sig ... end) : sig ... end
module type UID = sig ... end
type kind = [
| `A
| `B
| `C
| `D
]
val _max_depth : int
module Dec : sig ... end
Decoder of a PACK file.
module Enc : sig ... end