From 439cc2e6bfc21f040d9bdfde3efd13fc7ba8d5d3 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 16 Jan 2025 17:11:28 -0600 Subject: [PATCH] moved files imports --- test/Main.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Main.hs b/test/Main.hs index d101105..587bff5 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -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 =