Skip to content

Commit 904d1ef

Browse files
committed
Reduce unnecessary deriving instances
1 parent 3cb196d commit 904d1ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Valaig/Aiger/Parser.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inductive SymbolType where
2727
| constraint
2828
| justice
2929
| fairness
30-
deriving Repr, Inhabited, DecidableEq, BEq, Hashable
30+
deriving Repr, Inhabited, DecidableEq, BEq, ReflBEq, LawfulBEq, Hashable
3131

3232
abbrev HeaderT := ReaderT Header
3333

0 commit comments

Comments
 (0)