Skip to content

Commit 1f8a3b2

Browse files
committed
Update to v4.28.0
1 parent 5cc4910 commit 1f8a3b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Auto/Translation/Reduction.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ private instance : ToString TransparencyMode where
99
| .default => "default"
1010
| .reducible => "reducible"
1111
| .instances => "instances"
12+
| .none => "none"
1213

1314
private instance : Lean.KVMap.Value TransparencyMode where
1415
toDataValue t := toString t
@@ -17,6 +18,7 @@ private instance : Lean.KVMap.Value TransparencyMode where
1718
| "default" => some .default
1819
| "reducible" => some .reducible
1920
| "instances" => some .instances
21+
| "none" => some .none
2022
| _ => none
2123

2224
register_option auto.redMode : TransparencyMode := {

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.27.0
1+
leanprover/lean4:v4.28.0

0 commit comments

Comments
 (0)