From 40e3501bc41ab452d5b66e187d5ca506dfb7776b Mon Sep 17 00:00:00 2001 From: Taylor Date: Tue, 14 Jan 2025 22:08:06 -0600 Subject: [PATCH] naming --- src/Push.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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],