You can search for identifiers within the package.
in-package search v0.2.0
terml
input_source.ml
1 2 3 module type t = sig val read : unit -> [ `Read of string | `End | `Retry | `Malformed of string ] end
1 2 3
module type t = sig val read : unit -> [ `Read of string | `End | `Retry | `Malformed of string ] end