Equations
- Lean.instInhabitedLBool = { default := Lean.LBool.false }
Equations
- Lean.LBool.true.toString = "true"
- Lean.LBool.false.toString = "false"
- Lean.LBool.undef.toString = "undef"
Equations
- Lean.LBool.instToString = { toString := Lean.LBool.toString }