comment out debug.trace
This commit is contained in:
parent
9c018ae96e
commit
589fd6b242
@ -1,7 +1,7 @@
|
||||
module Instructions.IntInstructions where
|
||||
|
||||
import State
|
||||
import Debug.Trace
|
||||
-- import Debug.Trace
|
||||
|
||||
instructionIntAdd :: State -> State
|
||||
instructionIntAdd state@(State {int = (i1 : i2 : is)}) = state {int = i2 + i1 : is}
|
||||
|
Loading…
x
Reference in New Issue
Block a user