This commit is contained in:
Taylor 2025-01-14 22:08:06 -06:00
parent fc895bd250
commit 40e3501bc4

View File

@ -29,10 +29,10 @@ data Gene
| Close
| Input Gene
-- | Group [Gene]
-- | Block [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?
-- exampleGenome = [Program] rather than [Gene], or just include the Block above?
data State = State
{ exec :: [Gene],