Disable further modification: no more add is allowed

Property definitions

template $ Template :: freeze
	# Disable further modification: no more `add` is allowed
	fun freeze
	do
		if is_frozen then return
		is_frozen = true
	end
lib/template/template.nit:156,2--161,4