2016-08-01 7 views

답변

0

내 구현 :

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