Zulip Chat Archive
Stream: mathlib4
Topic: data.stream.defs
Eric Rodriguez (Nov 20 2022 at 02:13):
(sorry for all the threadspam, I thought i'll keep all separate things separate)
This file should be easily portable, but there is already a docs4#Stream that is not like docs#stream, and so we need a new name for the Lean3 notion. What should we use?
Mario Carneiro (Nov 20 2022 at 02:15):
I thought there was already a #align stream Stream'
somewhere. I've already used it several times as a canonical example of where we want to use an #align
directive
Eric Rodriguez (Nov 20 2022 at 02:17):
neither synport nor control+f can seem to find it: https://github.com/leanprover-community/mathlib3port/blob/master/Mathbin/Data/Stream/Defs.lean
Eric Rodriguez (Nov 20 2022 at 02:17):
i'll hand-align it tomorrow, then
Eric Rodriguez (Nov 20 2022 at 12:10):
what's docs#state gone to? mathport seems to think docs4#State which is a 404
Mario Carneiro (Nov 20 2022 at 12:14):
docs4#StateM I think
Last updated: Dec 20 2023 at 11:08 UTC