﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1134	Implement enumerations. (From MathCore)	Jan Brugård	Jan Brugård	"Implement enumerations.

Some things already work, but others do not.

This does not work:
 * Integer(e) - for enumeration e (gives Error: No matching function found for Integer(m) of type function(x:enumeration(A, B, C)) => Integer, candidates are function(x:enumeration()) => Integer
Error: Wrong type or wrong number of arguments to Integer(m)
* String(e) - for enumeration e (translates to String(m,0,true,6) today which is not correct)
* Array over enumerations (#127)"	discussion	closed	blocker	Red October			fixed		Jan Brugård
