DecidableEq
This PR fixes a bug where the `DecidableEq` deriving handler did not take universe levels into account for enumerations (inductive types whose constructors all have no fields). Closes #9541.