@[implicit_reducible]
Equations
- HList.instBEqOfAllBEq = { beq := fun (xs ys : HList τs) => HList.AllBEq.beqElems xs ys }
Equations
- HList.«term_::ₕ_» = Lean.ParserDescr.trailingNode `HList.«term_::ₕ_» 67 68 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol " ::ₕ ") (Lean.ParserDescr.cat `term 67))
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- HList.hAppend PUnit.unit x✝ = x✝
- HList.hAppend (x_5, xs) x✝ = (x_5, HList.hAppend xs x✝)
Instances For
@[implicit_reducible]
Equations
- HList.instHAppendHAppendListType = { hAppend := HList.hAppend }