You can search for identifiers within the package.
in-package search v0.2.0
opium
method.ml
1 2 3 4 5 open Import include Httpaf.Method let sexp_of_t meth = Sexp_conv.sexp_of_string (to_string meth) let pp fmt t = Sexp.pp_hum fmt (sexp_of_t t)
1 2 3 4 5
open Import include Httpaf.Method let sexp_of_t meth = Sexp_conv.sexp_of_string (to_string meth) let pp fmt t = Sexp.pp_hum fmt (sexp_of_t t)