This commit is contained in:
Taylor 2025-01-14 02:27:37 -06:00
parent 491975d207
commit 4e9dca38b8

View File

@ -26,8 +26,8 @@ data Gene
| StateFunc (State -> State -> State)
| Close
-- | Group [Gene]
-- If we do plushy,
-- | Group [Gene]
-- If we do plushy,
-- then we may need to make a structually recursive data structure for the "program" data structure
-- exampleGenome = [Program] rather than [Gene], or just include the Group above?