start of vectorint, bed time

This commit is contained in:
Rowan Torbitzky-Lane 2025-01-26 01:17:56 -06:00
parent f613837ddf
commit 9e50c71ec7
2 changed files with 8 additions and 0 deletions

@ -46,6 +46,7 @@ library
, Instructions.CodeInstructions
, Instructions.StringInstructions
, Instructions.CharInstructions
, Instructions.VectorIntInstructions
-- Modules included in this library but not exported.
-- other-modules:

@ -0,0 +1,7 @@
module Instructions.VectorIntInstructions where
import Instructions.GenericInstructions
import State
instructionVectorIntConcat :: State -> State
instructionVectorIntConcat state = instructionConcat state intVector