Module type Value.External

type t
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