Value.External
type t
type external_tag +=
| T : t external_tag
val name : string
val equal : code_location -> t -> t -> bool
val compare : code_location -> t -> t -> int
val print : t -> string
val to_json : t -> string
val from_json : code_location -> string -> t