diff options
| author | Andreas Grois <andi@grois.info> | 2025-01-05 23:55:54 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-01-05 23:55:54 +0100 |
| commit | 4749b3ca572618fa1a7cdb17e2abba9b498279ca (patch) | |
| tree | 7636d21bfe2a014e710b05771fe7ea844e67311f /Common/Parsing.lean | |
| parent | bbf615a66d1814ff196313b206cd3bcc239079c1 (diff) | |
Move AStar into a separte library and use it for Day17-1
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 d878639..d68a313 100644 --- a/Common/Parsing.lean +++ b/Common/Parsing.lean @@ -2,7 +2,7 @@ import Common.List import Common.Nat -import Common.Finite +import LeanAStar.Finite namespace Parsing |
