Remove old aoc2023 directory

This commit is contained in:
2025-10-25 13:32:30 -07:00
parent 551e31d589
commit 7055874dbb
25 changed files with 210 additions and 1965 deletions

View File

@@ -87,8 +87,6 @@ any : ∀ a. (a → Bool) → List a → Bool
any f Nil = False
any f (x :: xs) = if f x then True else any f xs
-- NOW so we stuff quant and the args in here and sort it out later?
-- apply an expression at an arity to a list of args
-- CAppRef will specify any missing args, for eta conversion later
-- and any extra args get individual CApp.