From 048b7fc9fb84af74ffe889339c4dea40c6d03db1 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Wed, 29 Jan 2025 14:49:16 -0600 Subject: [PATCH] re export into one module --- HushGP.cabal | 1 + test/Main.hs | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/HushGP.cabal b/HushGP.cabal index e3f45cb..06f47f4 100644 --- a/HushGP.cabal +++ b/HushGP.cabal @@ -38,6 +38,7 @@ library exposed-modules: Push , GP , State + , Instructions , Instructions.IntInstructions , Instructions.ExecInstructions , Instructions.FloatInstructions diff --git a/test/Main.hs b/test/Main.hs index cf578fd..b930ccd 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -1,14 +1,7 @@ import Control.Exception (assert) -import Instructions.CharInstructions -import Instructions.CodeInstructions -import Instructions.ExecInstructions -import Instructions.FloatInstructions -import Instructions.IntInstructions -import Instructions.StringInstructions -import Instructions.VectorIntInstructions +import Instructions import Push import State - -- import Debug.Trace -- TODO: Need a function that can compare states.