move exported types from C.D.P.P.Supervisor to .Types#80
Conversation
This is in preparation for some changes to the handling of the StarterProcess variants of ToChildStart. See discussion on PR haskell-distributed#77.
|
Thanks @tavisrudd - will try and get this merged asap. I'm not sure about exposing Splitting Thoughts? |
|
I agree. I only added it to the exports as an afterthought when one of the tests failed because of it not being exported. I'll look into that failing test and remove it from the exposed modules. Btw, this new module only exports the types that were previously public in |
|
@hyperthunk it's on |
|
Cool thanks @tavisrudd - I'll planning to go through outstanding PRs this weekend. |
This is in preparation for some changes to the handling of the
StarterProcess variants of ToChildStart. See discussion on PR #77.