Extract the all field from ConstantMeta (original Lean all field for roundtrip).
(meta: &ConstantMeta)
| 1219 | stack.push(Frame::BuildLam( |
| 1220 | Name::anon(), |
| 1221 | BinderInfo::Default, |
| 1222 | mdata_layers, |
| 1223 | )); |
| 1224 | stack.push(Frame::Decompile(body.clone(), u64::MAX)); |
| 1225 | stack.push(Frame::Decompile(ty.clone(), u64::MAX)); |
| 1226 | }, |
| 1227 | |
| 1228 | // All: extract binder name/info from arena |
| 1229 | ( |
| 1230 | ExprMetaData::Binder { name: name_addr, info, children }, |
| 1231 | Expr::All(ty, body), |