mathlib
c176aa5d - refactor(data/stream): swap args of `stream.nth` (#10559)

Commit
4 years ago
refactor(data/stream): swap args of `stream.nth` (#10559) This way it agrees with (a) `list.nth`; (b) a possible redefinition ```lean structure stream (α : Type*) := (nth : nat → α) ```
Author
Parents
Loading