package macaque

  1. Overview
  2. Docs
type 'a tuple = (string * 'a) list
type 'a result_parser = (string array * int ref) -> 'a
type untyped = Obj.t
val path_separator : string
type oid = PGOCaml.oid
and int16 = PGOCaml.int16
and bytea = PGOCaml.bytea
and timestamp = CalendarLib.Calendar.t
and timestamptz = PGOCaml.timestamptz
and int32_array = PGOCaml.int32_array