Partly implemented completion.
This commit is contained in:
@@ -174,6 +174,11 @@ struct Predicate
|
||||
{
|
||||
}
|
||||
|
||||
std::size_t arity() const
|
||||
{
|
||||
return arguments.size();
|
||||
}
|
||||
|
||||
std::string name;
|
||||
std::vector<Term> arguments;
|
||||
};
|
||||
|
Reference in New Issue
Block a user