package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | None
  2. | Query
  3. | Insert
  4. | Update
  5. | Delete
val to_string : t -> string
val of_string : string -> t