Open digama0 opened 6 years ago
meta mutual def causes the error unexpected error, failed to generate equational lemmas in the front-end. Example:
meta mutual def
unexpected error, failed to generate equational lemmas in the front-end
meta mutual def X, Y with X : nat → nat | n := 0 with Y : nat → nat | n := 0
Presumably the correct behavior is to not attempt to generate equational lemmas at all, since it is a meta definition.
Lean v3.4.0 (commit 4be96eaa)
Prerequisites
Description
meta mutual def
causes the errorunexpected error, failed to generate equational lemmas in the front-end
. Example:Presumably the correct behavior is to not attempt to generate equational lemmas at all, since it is a meta definition.
Versions
Lean v3.4.0 (commit 4be96eaa)