diff --git a/src/Push.hs b/src/Push.hs index ed3a952..183fec4 100644 --- a/src/Push.hs +++ b/src/Push.hs @@ -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],