diff options
| author | Andreas Grois <andi@grois.info> | 2025-10-12 18:44:32 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-10-12 18:44:32 +0200 |
| commit | 6aaa70943202efaa1e6b4ff8b6b8b6b94a564040 (patch) | |
| tree | 171a1a1b459b82f016e756e8649767a2d1311160 /Common/Parsing.lean | |
| parent | 2a9261d1ba962deff9fcc1784be44563af513af5 (diff) | |
Lean 4.19
Diffstat (limited to 'Common/Parsing.lean')
| -rw-r--r-- | Common/Parsing.lean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/Parsing.lean b/Common/Parsing.lean index 8237613..7834e00 100644 --- a/Common/Parsing.lean +++ b/Common/Parsing.lean @@ -88,7 +88,7 @@ def RectangularGrid.set {grid : RectangularGrid Element} (coordinate : grid.Coor { grid with elements := grid.elements.set index value - size_valid := (grid.elements.size_set index value index.isLt).substr grid.size_valid + size_valid := (grid.elements.size_set index.isLt).substr grid.size_valid } theorem RectangularGrid.set_same_size {grid : RectangularGrid Element} (coordinate : grid.Coordinate) (value : Element) : (grid.set coordinate value).width = grid.width ∧ (grid.set coordinate value).height = grid.height := |
