// throws an error
def nothing: 0 -> mightBeNothing;
{ nothing: 0 -> mightBeNothing }
// OK, simply results in the empty structure without a field called 'nothing'
{ 0 -> mightBeNothing -> (nothing: $) }