Modular_decomp.Response
type t =
| R_decomp of {
} | |
| R_region_check of {
} | |
| R_region of {
} | |
| R_regions of {
} | |
| R_decomp_full of {
} | |
| R_model of {
} | |
| R_state of {
} | |
| R_md_state of {
} | |
| R_refined of {
} |
val pp : Fmt.t -> t -> Ppx_deriving_runtime.unit
val show : t -> string