package logical

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Int of int
  2. | Float of float
  3. | Str of string
  4. | Bool of bool
  5. | Var of variable_name
val compare : t -> t -> int
val sexp_of_t : t -> Base.Sexp.t
val to_string : t -> string