re export into one module

This commit is contained in:
Rowan Torbitzky-Lane 2025-01-29 14:49:16 -06:00
parent 67d6125f03
commit 048b7fc9fb
2 changed files with 2 additions and 8 deletions

View File

@ -38,6 +38,7 @@ library
exposed-modules: Push
, GP
, State
, Instructions
, Instructions.IntInstructions
, Instructions.ExecInstructions
, Instructions.FloatInstructions

View File

@ -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.