Imandra_tools.Region_jsonmodule type TY_SIG = sig ... endmodule type SIG = sig ... endCustom node extensions
module type PP_SIG = sig ... endA Custom node pprinter
module Make
  (TY : Region_pp_intf.TYPE_CONV)
  (S : SIG with type ty = TY.ty) : 
  PP_SIG with type PP.custom = S.c and type PP.ty = TY.tyCreate a new json pprinter with the given custom node extensions
Default pprinter with no custom nodes
PPrint region to json using the default pprinter
module String_conv : TY_SIG with type ty = string