diff options
Diffstat (limited to 'Day16.lean')
| -rw-r--r-- | Day16.lean | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -197,9 +197,9 @@ private def SeenExitDirections.empty (table : OpticsTable) : SeenExitDirections { width := table.width height := table.height - elements := Array.mkArray (table.width * table.height) default + elements := Array.replicate (table.width * table.height) default not_empty := table.not_empty - size_valid := Array.size_mkArray _ _ + size_valid := Array.size_replicate sameHeight := rfl sameWidth := rfl } |
