mathlib
c176aa5d
- refactor(data/stream): swap args of `stream.nth` (#10559)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
urkud
Parents
55b64b61
Loading