Skip to content
  • Iustin Pop's avatar
    Take the foldl out of Loader.fixNodes · d71d0a1d
    Iustin Pop authored
    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.
    d71d0a1d