package sequoia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a t = 'a Sequoia_lit.t = ..
type t +=
  1. | Bool : bool -> bool t
  2. | Int : int -> int t
  3. | Float : float -> float t
  4. | String : string -> string t
  5. | Blob : bytes -> bytes t
val bool : bool -> bool t
val int : int -> int t
val float : float -> float t
val string : string -> string t
val blob : bytes -> bytes t
module Null : sig ... end
type ('a, !'b) lit = 'b t
module Vector : sig ... end
val build : placeholder:(int -> string) -> Sequoia_common.build_step -> 'a t -> Sequoia_common.build_step
val to_param : 'a t -> Sequoia_param.t