The real value encapsulated if the instance is primitive.

Else aborts.

Property definitions

nitc $ Instance :: val
	# The real value encapsulated if the instance is primitive.
	# Else aborts.
	fun val: nullable Object do abort
src/interpreter/naive_interpreter.nit:765,2--767,34

nitc $ PrimitiveInstance :: val
	# The real value encapsulated
	redef var val: E
src/interpreter/naive_interpreter.nit:804,2--805,17