···146146 */
147147 size_t cap;
148148 /**
149149- * An array of length `cap` containing the values of this set.
149149+ * An array of length `cap` containing the values of this set. This is a
150150+ * tuple, same as record as a set is just a record with `unit` for every
151151+ * value.
150152 */
151151- trilogy_value* contents;
153153+ trilogy_tuple_value* contents;
152154} trilogy_set_value;
153155154156typedef struct trilogy_record_value {