Zulip Chat Archive

Stream: lean4

Topic: Simp Error Message


Marcus Rossel (Jan 24 2024 at 11:58):

Is the following the intended error message?

@[simp] theorem t : True = True := rfl

example : True = True := by
  simp only [-t] -- 't' does not have [simp] attribute

And are simpErases disallowed for simp only in general?

Ruben Van de Velde (Jan 24 2024 at 12:20):

I think yes disallowed, but the error message is odd


Last updated: May 02 2025 at 03:31 UTC