Module Textual.Const

type t =
  1. | Int of Z.t
    (*

    integer constants

    *)
  2. | Null
  3. | Str of string
    (*

    string constants

    *)
  4. | Float of float
    (*

    float constants

    *)