From 899aaa93a7b1733f750593b8a9caff970fd8913f Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 11 Feb 2025 16:37:31 -0600 Subject: [PATCH] strikethrough template haskell --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 219500b..b9a46a6 100644 --- a/TODO.md +++ b/TODO.md @@ -14,7 +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 +~~[ ] Use template haskell to generate function lists~~ - [X] Move utility functions to their own file - [ ] Make add/sub/mult/div/mod instructions generic