respect ambiguity with ., add ... to indicate more answers

This commit is contained in:
Mark Thom
2019-04-29 22:44:53 -06:00
parent 14d629492d
commit fb023c99c1
6 changed files with 34 additions and 31 deletions

View File

@@ -1828,7 +1828,7 @@ impl MachineState {
} else {
self.fail = true;
}
},
}
_ => // 8.5.2.3 d)
return Err(self.error_form(MachineError::type_error(ValidType::Compound, term),
stub))