*/
public ValueGem() {
// The default value is a parametric value node with an unconstrained type variable.
// TODOEL: this assumes that parametric value nodes will always be present, and that
// they are the best type to use. This will be true for (at least) a while though..
this(new ParametricValueNode(TypeExpr.makeParametricType()));
}