You can search for identifiers within the package.
in-package search v0.2.0
type t = {
service_mapper : string;
label : string;
questionnaire : string;
created_at : Ptime.t;
updated_at : Ptime.t;
}
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val updated_at : t -> Ptime.t
val created_at : t -> Ptime.t
val questionnaire : t -> string
val label : t -> string
val service_mapper : t -> string
module Fields : sig ... end
val t : t Caqti_type.t
val create : service_mapper:string -> ?label:string -> questionnaire:string -> ?created_at:Ptime.t -> ?updated_at:Ptime.t -> unit -> t
val equal : t -> t -> bool