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: Oct 13 2024 at 01:02 UTC