Zulip Chat Archive

Stream: lean4

Topic: Schrödinger's #synth


Eric Wieser (Oct 04 2024 at 15:49):

In Lean 4.11.0 ("Mathlib stable" in the web editor), this code both reports the decidable instance, and reports that such an instance cannot be synthesized

import Mathlib.Data.List.Infix

#synth Decidable ([1, 2].IsInfix [0, 1, 2, 3])

Eric Wieser (Oct 04 2024 at 15:53):

In Lean 4.12.0, the instance docs#List.decidableInfix looks to have been deleted accidentally when bumping mathlib (fixed in #17420).


Last updated: May 02 2025 at 03:31 UTC