naming
This commit is contained in:
parent
fc895bd250
commit
40e3501bc4
@ -29,10 +29,10 @@ data Gene
|
|||||||
| Close
|
| Close
|
||||||
| Input Gene
|
| Input Gene
|
||||||
|
|
||||||
-- | Group [Gene]
|
-- | Block [Gene]
|
||||||
-- If we do plushy,
|
-- If we do plushy,
|
||||||
-- then we may need to make a structually recursive data structure for the "program" data structure
|
-- 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
|
data State = State
|
||||||
{ exec :: [Gene],
|
{ exec :: [Gene],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user