switch Int and Vector

This commit is contained in:
Rowan Torbitzky-Lane 2025-01-27 12:20:23 -06:00
parent 89287ceaed
commit 7e7735ae95

View File

@ -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