correct keysort type error (re: #34)
This commit is contained in:
@@ -1742,7 +1742,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)))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user