Region_json.Make
Create a new json pprinter with the given custom node extensions
module TY : Region_pp_intf.TYPE_CONV
val node_to_json : PP.node -> Yojson.Basic.json
Serialize node to json
val to_json :
?unify:PP.Unifier.unifier ->
?refine:PP.refiner ->
unit ->
Imandra_surface.Modular_region.t ->
Yojson.Basic.json
PPrint region to json
val node_decoder : PP.node Decoders_yojson.Basic.Decode.decoder