LeanPool.QuasiBorelSpaces.RoseTree.Defs #
Imported Lean Pool material for LeanPool.QuasiBorelSpaces.RoseTree.Defs.
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[irreducible]
An injection into the natural numbers.
Equations
- { label := x_1, children := xs }.encode = Nat.pair (Encodable.encode x_1) (Encodable.encode (List.map Rose.encode xs))