From b1863c7d3d4f7ad8a59ed1583933e059e2e9dd97 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 16 Jan 2025 17:10:12 -0600 Subject: [PATCH] mention lenses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9e2b3c..608cfbe 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A PushGP implementation in Haskell * [x] Write tests for every function. * [x] tests/ are just copied from make-grade, need to write for this project. * [ ] Included examples of basic assertions, QuickCheck, Hspec, hspec-quickcheck. +* [ ] Look at Lenses library for abstraction ## Design considerations The biggest design constraint is that for the exec stack (but not data stacks)