Merge branch 'master' of http://github.com/mthom/rusty-wam
This commit is contained in:
@@ -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)))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user