From 4f293058f134cb23f46b57759dda5cf7eb927da1 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sat, 18 Jan 2025 13:31:46 -0600 Subject: [PATCH] add lens note in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 608cfbe..730117e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # HushGP A PushGP implementation in Haskell +This branch is meant to overhaul the system with the lens +library for more abstraction. + ## Tasks * [ ] Post minimal core of exec to haskell discourse for advice about speed optimization. * [x] Do test-driven development on this one.