1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-11-23 22:14:53 +02:00

fix: next step in migration

Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
This commit is contained in:
Dr. Carsten Leue
2025-03-04 21:59:09 +01:00
parent 8a4ecd2203
commit 4d008e636a
49 changed files with 1039 additions and 1493 deletions

View File

@@ -15,7 +15,9 @@
package array
import "github.com/IBM/fp-go/v2/internal/array"
import (
"github.com/IBM/fp-go/v2/internal/array"
)
func Traverse[A, B, HKTB, HKTAB, HKTRB any](
fof func([]B) HKTRB,