Take the foldl out of Loader.fixNodes
Currently Loader.fixNodes is foldl' with a complicated function. It makes more sense to take foldl' out of this function (and put it into the caller) and let fixNodes be only this internal function.
Please register or sign in to comment