You can search for identifiers within the package.
in-package search v0.2.0
petrol
Petrol.Postgres
module Request = Request
Defines Petrol's e-DSL for Postgres SQL.
Petrol
Note Typically you should open this module at the start of the file.
open Petrol open Petrol.Postgres Expr.[i 1; bl false] (* - : (int * (bool * ())) Expr.expr_list *)
module Type : sig ... end
Defines all supported Postgres types.
module Expr : sig ... end
Provides an SQL E-DSL for writing well-typed SQL expressions.