aoc2025 - add missing file, update for Prelude change

This commit is contained in:
2025-12-29 10:22:39 -08:00
parent 223b1563a9
commit 7d262d9930
3 changed files with 1 additions and 5 deletions

View File

@@ -8,10 +8,6 @@ import Data.Vect
import Data.Fin
import Z3
instance a b. {{Show a}} {{Show b}} Show (Either a b) where
show (Left a) = "Left \{show a}"
show (Right b) = "Right \{show b}"
record Machine where
goal : Int
buttons : List Int