﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2816	Support threaded reductions language extension	Martin Sjölund	Martin Sjölund	"Support threaded reductions language extension:
{{{#!mo
function testThreadedReduction
  output list<Integer> l1 := list(a+b threaded for a in 1:2, b in 3:4); // {1+3,2+4}
  output list<Integer> l2 := list(a+b for a in 1:2, b in 3:4); // {4,5,5,6}
end testThreadedReduction;
}}}"	defect	closed	high	1.9.1	MetaModelica	trunk	fixed		Per Östlund
