2016-08-01 25 views

Antwort

0

Meine Implementierung:

nodeListToList nl = nl 
     & NodeList.getLength 
    <&> (\x -> [0..x - 1]) 
    >>= mapM (item nl) 
    <&> catMaybes