chore: add Repr instance for TransparencyMode
This commit is contained in:
parent
d0ffecd419
commit
278d47c772
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ namespace Lean.Meta
|
|||
|
||||
inductive TransparencyMode where
|
||||
| all | default | reducible | instances
|
||||
deriving Inhabited, BEq
|
||||
deriving Inhabited, BEq, Repr
|
||||
|
||||
namespace TransparencyMode
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue