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: Jun 09 2023 at 08:01 UTC