From 4e9dca38b87cde19c76e98c5dcc1b072cf5337d3 Mon Sep 17 00:00:00 2001 From: Taylor Date: Tue, 14 Jan 2025 02:27:37 -0600 Subject: [PATCH] spacing --- src/Push.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Push.hs b/src/Push.hs index e4cb17d..458c719 100644 --- a/src/Push.hs +++ b/src/Push.hs @@ -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?