use can_be and must_be in library(between)

This commit is contained in:
Mark Thom
2019-02-24 13:10:31 -07:00
parent 767f98eaa3
commit 7edbb540bd
3 changed files with 17 additions and 11 deletions

View File

@@ -389,7 +389,7 @@ pub fn print(wam: &mut Machine, result: EvalSession) {
let attr_goals = wam.attribute_goals(&heap_locs);
if !attr_goals.is_empty() {
write!(raw_stdout, "\r\n{}\r", attr_goals).unwrap();
write!(raw_stdout, "\r\n{}\r\n", attr_goals).unwrap();
}
if !wam.or_stack_is_empty() {