/* Builtin --------------------------------------------------------------- */
/**
- * Abstract value.
+ * The value of an uninterpreted constant.
*
- * Parameters:
- * - 1: Index of the abstract value
- *
- * Create with:
- * - `Solver::mkUninterpretedSortValue(const std::string& index) const`
- * - `Solver::mkUninterpretedSortValue(uint64_t index) const`
+ * @note May be returned as the result of an API call, but terms of this kind
+ * may not be created explicitly via the API. Terms of this kind may
+ * further not appear in assertions.
*/
UNINTERPRETED_SORT_VALUE,
#if 0