You can search for identifiers within the package.
in-package search v0.2.0
encoding
interpret_intf.ml
1 2 3 4 5 module type S = sig type exec_state val start : ?state:exec_state -> Ast.t list -> exec_state end
1 2 3 4 5
module type S = sig type exec_state val start : ?state:exec_state -> Ast.t list -> exec_state end