moved files imports

This commit is contained in:
Rowan Torbitzky-Lane 2025-01-16 17:11:28 -06:00
parent ae8a1f82f8
commit 439cc2e6bf

View File

@ -1,6 +1,8 @@
import Control.Exception (assert)
import GP
import Push
import State
import Instructions.IntInstructions
import Instructions.ExecInstructions
intTestFunc :: String -> [Int] -> [Gene] -> State -> IO ()
intTestFunc name goal genome startState =