`myService.getAnimals("Dogs").effectM { animal -&g...
# arrow
p
myService.getAnimals("Dogs").effectM { animal -> IO { animals.add(it) } }