This commit is contained in:
Mark Thom
2018-05-03 17:37:12 -06:00
2 changed files with 23 additions and 19 deletions

View File

@@ -1744,7 +1744,7 @@ impl MachineState {
_ => Err(self.error_form(self.type_error(ValidType::Pair,
self.heap[s].as_addr(s))))
},
a => Err(self.error_form(self.type_error(ValidType::Callable, a)))
a => Err(self.error_form(self.type_error(ValidType::Pair, a)))
}
}