1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-11-25 22:21:49 +02:00

fix: add missing array traversal to either

Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
This commit is contained in:
Dr. Carsten Leue
2023-07-28 22:50:52 +02:00
parent 4e1cb825e7
commit 94bcfde0d3
22 changed files with 91 additions and 19 deletions

View File

@@ -15,7 +15,7 @@
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2023-07-28 15:42:43.1490717 +0200 CEST m=+0.010222401
// 2023-07-28 22:48:27.8029852 +0200 CEST m=+0.051432001
package function
// Pipe0 takes an initial value t0 and successively applies 0 functions where the input of a function is the return value of the previous function