Was the variable type-adapted?

This is used to speedup type retrieval while it remains false

Property definitions

nitc :: typing $ Variable :: is_adapted=
	# Was the variable type-adapted?
	# This is used to speedup type retrieval while it remains `false`
	private var is_adapted = false
src/semantize/typing.nit:831,2--833,31