Equations
- Lean.instInhabitedLBool = { default := Lean.LBool.false }
 
Equations
Instances For
Equations
- Lean.LBool.true.and x✝ = x✝
 - x✝¹.and x✝ = x✝¹
 
Instances For
Equations
- Lean.LBool.true.toString = "true"
 - Lean.LBool.false.toString = "false"
 - Lean.LBool.undef.toString = "undef"
 
Instances For
Equations
- Lean.LBool.instToString = { toString := Lean.LBool.toString }
 
Equations
- true.toLBool = Lean.LBool.true
 - false.toLBool = Lean.LBool.false