﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2826	Short version of match	Per Östlund	Martin Sjölund	"It would be nice to have a more compact version of match, similar to what we have in Susan:
{{{#!mo
Boolean is_var := match e case DAE.VAR() then true else false;  // Short version
Boolean is_var := match e case DAE.VAR() then true; else false; end match; // Current version
}}}
I.e. just some syntactic sugar to make it more convenient to use match in assignments."	enhancement	new	normal	Future	MetaModelica	trunk			Peter Fritzson
