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 Instructions.GenericInstructions
|
||||||
import State
|
import State
|
||||||
|
|
||||||
instructionVectorIntConcat :: State -> State
|
instructionIntVectorConcat :: State -> State
|
||||||
instructionVectorIntConcat state = instructionConcat state intVector
|
instructionIntVectorConcat state = instructionConcat state intVector
|
||||||
|
Loading…
x
Reference in New Issue
Block a user