REQUIRE: is_colored

Property definitions

nitc $ POSetColorer :: poset
	# REQUIRE: is_colored
	fun poset: POSet[E] do
		assert is_colored
		return poset_cache
	end
src/compiler/coloring.nit:199,2--203,4