Read a Constant from the const store, materializing the lazy entry.
( addr: &Address, stt: &CompileState, )
| 164 | ED::Bvar(..) |
| 165 | | ED::Fvar(..) |
| 166 | | ED::Mvar(..) |
| 167 | | ED::Sort(..) |
| 168 | | ED::Const(..) |
| 169 | | ED::Lit(..) => {}, |
| 170 | } |
| 171 | continue; |
| 172 | } |
| 173 | |
| 174 | // Children are canonicalized (they were pushed after this node's |
no test coverage detected