I use FRP.Sodium, and I have a type object IO (Behavior (IO (Behavior))). I need to convert this object to dial IO (Behavior)using something similar to nested join. Is it possible to use sodium functions? Is there a more general solution for a (b (a (b c))) -> a (b c))?
source
share