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)
match x return _ with y => ltac:(exact x) end
ltac:(exact x)
Last updated: Jun 09 2023 at 08:01 UTC