@@ -373,9 +373,9 @@ public A f(final V8<A> v) {
373373 }
374374
375375 /**
376- * A first-class function to get the third element of a vector.
376+ * A first-class function to get the fourth element of a vector.
377377 *
378- * @return a function that gets the third element of a given vector.
378+ * @return a function that gets the fourth element of a given vector.
379379 */
380380 public static <A > F <V8 <A >, A > __4 () {
381381 return new F <V8 <A >, A >() {
@@ -386,9 +386,9 @@ public A f(final V8<A> v) {
386386 }
387387
388388 /**
389- * A first-class function to get the third element of a vector.
389+ * A first-class function to get the fifth element of a vector.
390390 *
391- * @return a function that gets the third element of a given vector.
391+ * @return a function that gets the fifth element of a given vector.
392392 */
393393 public static <A > F <V8 <A >, A > __5 () {
394394 return new F <V8 <A >, A >() {
@@ -399,9 +399,9 @@ public A f(final V8<A> v) {
399399 }
400400
401401 /**
402- * A first-class function to get the third element of a vector.
402+ * A first-class function to get the sixth element of a vector.
403403 *
404- * @return a function that gets the third element of a given vector.
404+ * @return a function that gets the sixth element of a given vector.
405405 */
406406 public static <A > F <V8 <A >, A > __6 () {
407407 return new F <V8 <A >, A >() {
@@ -412,9 +412,9 @@ public A f(final V8<A> v) {
412412 }
413413
414414 /**
415- * A first-class function to get the third element of a vector.
415+ * A first-class function to get the seventh element of a vector.
416416 *
417- * @return a function that gets the third element of a given vector.
417+ * @return a function that gets the seventh element of a given vector.
418418 */
419419 public static <A > F <V8 <A >, A > __7 () {
420420 return new F <V8 <A >, A >() {
@@ -425,9 +425,9 @@ public A f(final V8<A> v) {
425425 }
426426
427427 /**
428- * A first-class function to get the third element of a vector.
428+ * A first-class function to get the eighth element of a vector.
429429 *
430- * @return a function that gets the third element of a given vector.
430+ * @return a function that gets the eighth element of a given vector.
431431 */
432432 public static <A > F <V8 <A >, A > __8 () {
433433 return new F <V8 <A >, A >() {
@@ -437,4 +437,4 @@ public A f(final V8<A> v) {
437437 };
438438 }
439439
440- }
440+ }
0 commit comments