Effect CommunityEC
Effect Community3y ago
1 reply
kei

Using `flatMap` instead of `map` in `Effect.map(random => random.next())`

try using flatMap instead of map in Effect.map(random => random.next()),
Was this page helpful?