package hardcaml

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

Attribute value types.

type t =
  1. | Int of int
  2. | String of string
  3. | Bool of bool
val sexp_of_t : t -> Sexplib0.Sexp.t