package logical

  1. Overview
  2. Docs

Module Type.TSource

Sourcetype t =
  1. | Int of int
  2. | Float of float
  3. | Str of string
  4. | Bool of bool
  5. | Var of variable_name
Sourceval compare : t -> t -> int
Sourceval sexp_of_t : t -> Base.Sexp.t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.