re export into one module
This commit is contained in:
parent
67d6125f03
commit
048b7fc9fb
@ -38,6 +38,7 @@ library
|
|||||||
exposed-modules: Push
|
exposed-modules: Push
|
||||||
, GP
|
, GP
|
||||||
, State
|
, State
|
||||||
|
, Instructions
|
||||||
, Instructions.IntInstructions
|
, Instructions.IntInstructions
|
||||||
, Instructions.ExecInstructions
|
, Instructions.ExecInstructions
|
||||||
, Instructions.FloatInstructions
|
, Instructions.FloatInstructions
|
||||||
|
@ -1,14 +1,7 @@
|
|||||||
import Control.Exception (assert)
|
import Control.Exception (assert)
|
||||||
import Instructions.CharInstructions
|
import Instructions
|
||||||
import Instructions.CodeInstructions
|
|
||||||
import Instructions.ExecInstructions
|
|
||||||
import Instructions.FloatInstructions
|
|
||||||
import Instructions.IntInstructions
|
|
||||||
import Instructions.StringInstructions
|
|
||||||
import Instructions.VectorIntInstructions
|
|
||||||
import Push
|
import Push
|
||||||
import State
|
import State
|
||||||
|
|
||||||
-- import Debug.Trace
|
-- import Debug.Trace
|
||||||
|
|
||||||
-- TODO: Need a function that can compare states.
|
-- TODO: Need a function that can compare states.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user