fix comparisons to partial string tails (#1420)
This commit is contained in:
@@ -592,7 +592,7 @@ impl HeapCellValue {
|
||||
})
|
||||
}
|
||||
HeapCellValueTag::Lis | HeapCellValueTag::PStrLoc |
|
||||
HeapCellValueTag::CStr | HeapCellValueTag::Str => {
|
||||
HeapCellValueTag::CStr | HeapCellValueTag::Str => {
|
||||
Some(TermOrderCategory::Compound)
|
||||
}
|
||||
_ => {
|
||||
|
||||
Reference in New Issue
Block a user