- irrelevant : Lean.IR.CtorFieldInfo
- object (i : Nat) : Lean.IR.CtorFieldInfo
- usize (i : Nat) : Lean.IR.CtorFieldInfo
- scalar (sz offset : Nat) (type : Lean.IR.IRType) : Lean.IR.CtorFieldInfo
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Lean.IR.CtorFieldInfo.irrelevant.format = Std.Format.text "◾"
- (Lean.IR.CtorFieldInfo.object i).format = Lean.format "obj@" ++ Lean.format i ++ Lean.format ""
- (Lean.IR.CtorFieldInfo.usize i).format = Lean.format "usize@" ++ Lean.format i ++ Lean.format ""
Instances For
Equations
- Lean.IR.CtorFieldInfo.instToFormat = { format := Lean.IR.CtorFieldInfo.format }
Instances For
@[extern lean_ir_get_ctor_layout]