// --- Regression tests for the review fixes -------------------------------------------------------
let pbes = UntypedPbes::parse("pbes mu X = forall n: Nat . val(n < 3) => exists m: Nat . val(m < n); init X;")
let spec = UntypedDataSpecification::parse("eqn true = false;").expect("eqn without var should parse");
// --- Randomized print/parse round-trip properties ------------------------------------------------
.unwrap_or_else(|e| panic!("failed to reparse generated process spec:\n{printed}\nerror: {e}"));