Fix default code

main
Jake Dexheimer 8 years ago
parent 7a0e1daec2
commit 7e295817c7

@ -249,5 +249,4 @@ const unfold = (f, seed) => {
return res ? go(f, res[1], acc.concat([res[0]])) : acc return res ? go(f, res[1], acc.concat([res[0]])) : acc
} }
return go(f, seed, []) return go(f, seed, [])
} }`
`

Loading…
Cancel
Save