Equations
- Lean.instInhabitedLBool = { default := Lean.LBool.false }
Equations
- Lean.instBEqLBool = { beq := Lean.beqLBool✝ }
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