From 7e7735ae95661bbbc53ee27a394c40bb9a408f45 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Mon, 27 Jan 2025 12:20:23 -0600 Subject: [PATCH] switch Int and Vector --- src/Instructions/VectorIntInstructions.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Instructions/VectorIntInstructions.hs b/src/Instructions/VectorIntInstructions.hs index 8582fe7..1a07d44 100644 --- a/src/Instructions/VectorIntInstructions.hs +++ b/src/Instructions/VectorIntInstructions.hs @@ -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