Zulip Chat Archive
Stream: new members
Topic: no hashable for char
Alok Singh (Jan 12 2024 at 22:10):
i was surprised there's no instance for it, is this intentional?
Alex J. Best (Jan 12 2024 at 23:07):
Mathlib has it in docs#Mathlib.Tactic.Superscript.instHashableChar. I would guess that this should be in std, or elsewhere in mathlib at least (I found this with loogle). I think its intentional inasmuchas core only includes things that are really needed for Lean itself and its builtin tactics to function, or that can't be defined later
Last updated: May 02 2025 at 03:31 UTC