diff options
| author | Andreas Grois <andi@grois.info> | 2024-09-19 00:14:18 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2024-09-19 00:14:18 +0200 |
| commit | 2ceb539bf306992e726280c24ce8d7b69e4c8b5e (patch) | |
| tree | 3433e5bb28f65f475dcf2ee17544dc1ff2e0d612 /Common.lean | |
| parent | 2c1f2362c69ab20b10b61bdbebf8e5121eca38b1 (diff) | |
Day 11 Parsing
Diffstat (limited to 'Common.lean')
| -rw-r--r-- | Common.lean | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Common.lean b/Common.lean index 1382714..177ae97 100644 --- a/Common.lean +++ b/Common.lean @@ -7,3 +7,4 @@ import Common.Char import Common.Euclid import Common.NonEmptyList import Common.Parsing +import Common.Nat |
