Imandra_tools.Region_json
module type TY_SIG = sig ... end
module type SIG = sig ... end
Custom node extensions
module type PP_SIG = sig ... end
A 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.ty
Create 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