Used for debugging only

Property definitions

nitc $ POSetGroupColorer :: pretty_print
	# Used for debugging only
	fun pretty_print do
		print "colors:"
		for e, c in colors do print "  {e}: {c}"
	end
src/compiler/coloring.nit:440,2--444,4