Commit 2021-12-03 08:57 c176aa5d
View on Github →refactor(data/stream): swap args of stream.nth
(#10559)
This way it agrees with (a) list.nth
; (b) a possible redefinition
structure stream (α : Type*) := (nth : nat → α)
refactor(data/stream): swap args of stream.nth
(#10559)
This way it agrees with (a) list.nth
; (b) a possible redefinition
structure stream (α : Type*) := (nth : nat → α)