add StringList internal datatype

This commit is contained in:
Mark Thom
2018-08-20 22:00:38 -06:00
parent d19ece6df8
commit 01d6ef099f
4 changed files with 93 additions and 4 deletions

View File

@@ -897,8 +897,7 @@ impl ClauseName {
ClauseName::BuiltIn(s) =>
ClauseName::BuiltIn(defrock_brackets(s)),
ClauseName::User(s) =>
ClauseName::User(tabled_rc!(defrock_brackets(s.as_str()).to_owned(),
s.atom_tbl()))
ClauseName::User(tabled_rc!(defrock_brackets(s.as_str()).to_owned(), s.table()))
}
}
}