Service to print errors for is_coherent

Property definitions

gamnit $ ObjDef :: error
	# Service to print errors for `is_coherent`
	private fun error(msg: Text): Bool
	do
		print_error "ObjDef Error: {msg}"
		return false
	end
lib/gamnit/model_parsers/obj.nit:212,2--217,4