Hey guys,
The examples of the paper are using this function:
https://hackage.haskell.org/package/dunai-0.11.0/docs/Control-Monad-Trans-MSF-List.html#v:widthFirst
ListT is also used in bearriver's parB = widthFirst . sequenceS
The module is marked as deprecated. What is the new alternative to the method using widthFirst as described in the paper and the examples?
Thanks!