From 6e40f3d3c270f31a80c4727b58ab0e6f8c5c2787 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sun, 9 Feb 2025 22:12:32 -0600 Subject: [PATCH] template haskell to generate function lists --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index d0e1d2e..d5902e5 100644 --- a/TODO.md +++ b/TODO.md @@ -14,6 +14,7 @@ - [X] Refactor all functions to take state as the final parameter - [X] Standardize the pattern matching parameter names, such as c1 : cs - [ ] Write unit/quickcheck tests for all of the instructions +- [ ] Use template haskell to generate function lists - [ ] Move utility functions to their own file ## PushGP TODO