start of vectorint, bed time
This commit is contained in:
parent
f613837ddf
commit
9e50c71ec7
@ -46,6 +46,7 @@ library
|
||||
, Instructions.CodeInstructions
|
||||
, Instructions.StringInstructions
|
||||
, Instructions.CharInstructions
|
||||
, Instructions.VectorIntInstructions
|
||||
|
||||
-- Modules included in this library but not exported.
|
||||
-- other-modules:
|
||||
|
7
src/Instructions/VectorIntInstructions.hs
Normal file
7
src/Instructions/VectorIntInstructions.hs
Normal file
@ -0,0 +1,7 @@
|
||||
module Instructions.VectorIntInstructions where
|
||||
|
||||
import Instructions.GenericInstructions
|
||||
import State
|
||||
|
||||
instructionVectorIntConcat :: State -> State
|
||||
instructionVectorIntConcat state = instructionConcat state intVector
|
Loading…
x
Reference in New Issue
Block a user