Store changes of types because of type evolution

Property definitions

nitc :: typing $ FlowContext :: _vars
	# Store changes of types because of type evolution
	private var vars = new HashMap[Variable, nullable MType]
src/semantize/typing.nit:837,2--838,57