()
| 340 | Constant::new(ConstantInfo::Axio(Axiom { |
| 341 | is_unsafe: false, |
| 342 | lvls: 0, |
| 343 | typ: Expr::sort(0), |
| 344 | })) |
| 345 | } |
| 346 | |
| 347 | fn defn_constant() -> Constant { |
| 348 | Constant::new(ConstantInfo::Defn(Definition { |
| 349 | kind: DefKind::Definition, |
| 350 | safety: DefinitionSafety::Safe, |
| 351 | lvls: 1, |
nothing calls this directly
no test coverage detected