Skip to content

Commit 3b87338

Browse files
authored
chore: update toolchain v4.32.0-rc1 (#144)
1 parent a2e430a commit 3b87338

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lean-toolchain

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

makeTables.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def mkNumericValue : IO <| Array (UInt32 × UInt32 × NumericType) := do
374374
for d in UnicodeData.data do
375375
match d.numeric with
376376
| some (.decimal 0) =>
377-
t := t.push (d.code, d.code + 9, .decimal 0)
377+
t := t.push (d.code, d.code + 9, NumericType.decimal 0)
378378
| some (.digit v) =>
379379
match t.back! with
380380
| (c₀, c₁, n@(NumericType.digit x)) =>

0 commit comments

Comments
 (0)