Catala_runtime.ExternalTypeSpecThis interface must be supplied to extend the Catala runtime with abstract types
val equal : code_location -> t -> t -> boolval compare : code_location -> t -> t -> intStandard compare function: must return -1, 0 or 1 depending on whether the left-hand side is respectively smaller, equal or greater than the right-hand side
val print : t -> stringUser-directed printing of the value
val to_json : t -> stringval from_json : code_location -> string -> t