We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cd47f commit fdbf3b8Copy full SHA for fdbf3b8
1 file changed
makeTables.lean
@@ -374,7 +374,7 @@ def mkNumericValue : IO <| Array (UInt32 × UInt32 × NumericType) := do
374
for d in UnicodeData.data do
375
match d.numeric with
376
| some (.decimal 0) =>
377
- t := t.push (d.code, d.code + 9, .decimal 0)
+ t := t.push (d.code, d.code + 9, NumericType.decimal 0)
378
| some (.digit v) =>
379
match t.back! with
380
| (c₀, c₁, n@(NumericType.digit x)) =>
0 commit comments