- false: Lean.LBool
- true: Lean.LBool
- undef: Lean.LBool
Equations
- Lean.instInhabitedLBool = { default := Lean.LBool.false }
Equations
- Lean.instBEqLBool = { beq := Lean.beqLBool✝ }
Equations
Equations
- Lean.LBool.true.and x = x
- x✝.and x = x✝
Equations
- Lean.LBool.true.toString = "true"
- Lean.LBool.false.toString = "false"
- Lean.LBool.undef.toString = "undef"
Equations
- Lean.LBool.instToString = { toString := Lean.LBool.toString }
Equations
- true.toLBool = Lean.LBool.true
- false.toLBool = Lean.LBool.false