switch Int and Vector
This commit is contained in:
parent
89287ceaed
commit
7e7735ae95
@ -3,5 +3,5 @@ module Instructions.VectorIntInstructions where
|
||||
import Instructions.GenericInstructions
|
||||
import State
|
||||
|
||||
instructionVectorIntConcat :: State -> State
|
||||
instructionVectorIntConcat state = instructionConcat state intVector
|
||||
instructionIntVectorConcat :: State -> State
|
||||
instructionIntVectorConcat state = instructionConcat state intVector
|
||||
|
Loading…
x
Reference in New Issue
Block a user