remove lens note

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-07 17:53:01 -06:00
parent 867f3ac440
commit ac8d1974f2

View File

@ -21,7 +21,6 @@ worth it in the grand scheme. Would mean we could also track the functions when
* [x] Write tests for every function. * [x] Write tests for every function.
* [x] tests/ are just copied from make-grade, need to write for this project. * [x] tests/ are just copied from make-grade, need to write for this project.
* [ ] Included examples of basic assertions, QuickCheck, Hspec, hspec-quickcheck. * [ ] Included examples of basic assertions, QuickCheck, Hspec, hspec-quickcheck.
* [x] Look at Lenses library for abstraction
## Design considerations ## Design considerations
The biggest design constraint is that for the exec stack (but not data stacks) The biggest design constraint is that for the exec stack (but not data stacks)