package smtml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | True
  2. | False
  3. | Unit
  4. | Int of int
  5. | Real of float
  6. | Str of string
  7. | Num of Num.t
  8. | List of t list
  9. | App : [> `Op of string ] * t list -> t
val compare : t -> t -> int
val equal : t -> t -> bool
val pp : Prelude.Fmt.formatter -> t -> unit
val to_string : t -> string
val to_json : t -> Yojson.Basic.t
val type_of : t -> Ty.t
OCaml

Innovation. Community. Security.