Definitions on lazy lists #
This file is entirely deprecated, and contains various definitions and proofs on lazy lists.
@[deprecated]
Isomorphism between strict and lazy lists.
Equations
- LazyList.listEquivLazyList α = { toFun := LazyList.ofList, invFun := LazyList.toList, left_inv := ⋯, right_inv := ⋯ }
Instances For
@[deprecated]
@[deprecated]
Equations
@[simp, deprecated]
@[deprecated]