The documentation of `Solver::mkVar()` was not very clear regarding what
it could be used for. This lead to some confusion (see e.g. #4828).
This commit makes the documentation more explicit.
Term mkConst(Sort sort, const std::string& symbol = std::string()) const;
/**
- * Create (bound) variable.
+ * Create a bound variable to be used in a binder (i.e. a quantifier, a
+ * lambda, or a witness binder).
* @param sort the sort of the variable
* @param symbol the name of the variable
* @return the variable