You can search for identifiers within the package.
in-package search v0.2.0
type encoder
type b = {
i : Bigstringaf.t;
q : De.Queue.t;
w : De.Lz77.window;
}
val encoder : 's Carton__.Sigs.scheduler -> ?level:int -> b:b -> load:('uid, 's) load -> 'uid q -> (encoder, 's) Carton__.Sigs.io
val encode : o:Bigstringaf.t -> encoder -> [ `Flush of encoder * int | `End ]
val dst : encoder -> Bigstringaf.t -> int -> int -> encoder