Module configy.fieldref
Implement a template to keep track of a field references
Passing field references by alias
template parameter creates many problem,
and is extremely cumbersome to work with. Instead, we pass an instance of
a FieldRef
around, which also contains structured information.