Stream: Coq devs & plugin devs

Topic: match elaboration and reduction


view this post on Zulip Jason Gross (Sep 24 2022 at 10:54):

Why does match x return _ with y => ltac:(exact x) end result in more reduction than ltac:(exact x)? (And the reduction results in anomalies in https://github.com/coq/coq/issues/16540)


Last updated: Mar 29 2024 at 13:01 UTC