Documentation

Mathlib.Data.LazyList.Basic

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
Instances For
    @[simp, deprecated]
    theorem LazyList.bind_singleton {α : Type u_1} (x : LazyList α) :
    x.bind LazyList.singleton = x