(&self, other: &KExpr<M>)
| 145 | } |
| 146 | |
| 147 | /// Expression data. Each variant carries its [`ExprInfo<M>`]. |
| 148 | #[derive(Clone, Debug)] |
| 149 | pub enum ExprData<M: KernelMode> { |
| 150 | Var(u64, M::MField<Name>, ExprInfo<M>), |
| 151 | /// Free variable: opaque identity from the active local context. |
| 152 | /// `FVarId` participates in the content hash; the user-facing `Name` is |
no outgoing calls
no test coverage detected