Take the foldl out of Loader.fixNodes
authorIustin Pop <iustin@google.com>
Mon, 6 Jul 2009 21:24:14 +0000 (23:24 +0200)
committerIustin Pop <iustin@google.com>
Mon, 6 Jul 2009 21:24:14 +0000 (23:24 +0200)
commitd71d0a1dca102d0ef8b035a061d51c4e69d8fd19
tree858aebc13ac9c3111ce9d1b8c907c1865c896cb7
parent41c3b292188e3c8cebe6cb03b5001620865752ea
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.
Ganeti/HTools/Loader.hs