﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2885	Bind partially evaluated function to local component	Per Östlund	Martin Sjölund	"It doesn't seem possible to bind a partially evaluated function to a local component currently, i.e. something like this:
{{{#!mo
protected
  ??? someFunc;
algorithm
  someFunc := function someOtherFunc(arg = binding);
  res := someFunc(...);
}}}
This would be nice to have when the same function is used many times in a section, see e.g. BackendDAEOptimize.removeUnusedFunctions."	enhancement	closed	normal	1.9.1	MetaModelica	trunk	fixed		
