You can search for identifiers within the package.
in-package search v0.2.0
http_async
version.ml
1 2 3 4 5 type t = Http_1_1 [@@deriving sexp] let to_string = function | Http_1_1 -> "HTTP/1.1" ;;
1 2 3 4 5
type t = Http_1_1 [@@deriving sexp] let to_string = function | Http_1_1 -> "HTTP/1.1" ;;