Zulip Chat Archive
Stream: lean4
Topic: termination checking for deep pattern matches
Jad Ghalayini (Dec 03 2021 at 18:05):
Termination checking doesn't seem to work for deep pattern matches, which makes it impossible to write recursive functions for inductive types having, e.g., recursive products as constructor parameters. See my issue @ https://github.com/leanprover/lean4/issues/770
Last updated: Dec 20 2023 at 11:08 UTC