type mustard = Dijon | Wholegrain | Düsseldorf
does give an error (“Not sure what to do with this character”). I tried escaping the identifier but to no avail (“Did you mean `Düsseldorf` instead of `Düsseldorf`?”).
Is this an intentional limitation or a bug?