package sequoia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Query parameters.

type t = ..
type t +=
  1. | Bool of bool
  2. | Int of int
  3. | Float of float
  4. | String of string
  5. | Blob of bytes