package sequoia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include M.Param end
type t = Sequoia_param.t = ..
type t +=
  1. | Bool of bool
  2. | Int of int
  3. | Float of float
  4. | String of string
  5. | Blob of bytes
type t +=
  1. | Time of [ `Time ] time
  2. | Timestamp of [ `Timestamp ] time
  3. | Date of [ `Date ] time
  4. | Datetime of [ `Datetime ] time
  5. | Enum of (module Enum.Instance)