re export into one module
This commit is contained in:
parent
67d6125f03
commit
048b7fc9fb
@ -38,6 +38,7 @@ library
|
||||
exposed-modules: Push
|
||||
, GP
|
||||
, State
|
||||
, Instructions
|
||||
, Instructions.IntInstructions
|
||||
, Instructions.ExecInstructions
|
||||
, Instructions.FloatInstructions
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user