github.com/tursom/GoCollections@v0.3.10/lang/functional/simplify.go (about) 1 package functional 2 3 type ( 4 F = Function 5 FE = FunctionErred 6 )