linting tips
This commit is contained in:
parent
b6b95b9af1
commit
61dc8fcd1c
@ -17,4 +17,4 @@ main = do
|
|||||||
-- This is an example of applying one function (head exampleGenome produces intAdd) to the exampleState:
|
-- This is an example of applying one function (head exampleGenome produces intAdd) to the exampleState:
|
||||||
assert ([3, 3] == map unpackIntGene (int (head exampleGenome exampleState))) pure ()
|
assert ([3, 3] == map unpackIntGene (int (head exampleGenome exampleState))) pure ()
|
||||||
-- This function applies an entire genome to the starting state, and produces the final state:
|
-- This function applies an entire genome to the starting state, and produces the final state:
|
||||||
assert ([6] == (map unpackIntGene (int (interpretGenome exampleState exampleGenome)))) pure ()
|
assert ([6] == map unpackIntGene (int (interpretGenome exampleState exampleGenome))) pure ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user