Property definitions

nitc $ LinexComparator :: mini
	fun mini(o: Object): nullable MModule do
		if o isa MModule then return o
		assert o isa MGroup
		if not mins.has_key(o) then computeminmax(o)
		return mins[o]
	end
src/model/model_viz.nit:67,2--72,4