module Instructions ( module Instructions.GenericInstructions, module Instructions.IntInstructions, module Instructions.FloatInstructions, module Instructions.StringInstructions, module Instructions.CharInstructions, module Instructions.CodeInstructions, module Instructions.ExecInstructions, module Instructions.LogicalInstructions, module Instructions.VectorIntInstructions, module Instructions.VectorFloatInstructions, module Instructions.VectorStringInstructions, module Instructions.VectorLogicalInstructions, module Instructions.VectorCharInstructions ) where import Instructions.GenericInstructions import Instructions.IntInstructions import Instructions.FloatInstructions import Instructions.StringInstructions import Instructions.CharInstructions import Instructions.CodeInstructions import Instructions.ExecInstructions import Instructions.LogicalInstructions import Instructions.VectorIntInstructions import Instructions.VectorFloatInstructions import Instructions.VectorStringInstructions import Instructions.VectorLogicalInstructions import Instructions.VectorCharInstructions