You can search for identifiers within the package.
in-package search v0.2.0
smaws-lib
Context.ml
1 2 3 type t = { http : Http.Client.t; config : Config.t } let make ?(config = Config.defaultConfig ()) ~sw env = { http = Http.Client.make ~sw env; config }
1 2 3
type t = { http : Http.Client.t; config : Config.t } let make ?(config = Config.defaultConfig ()) ~sw env = { http = Http.Client.make ~sw env; config }