0

私はghcjs-domを使用しています。ノードの配列から要素を除外するにはどうすればよいですか?

import GHCJS.DOM.Types

nodesToElements :: [Node] -> [Element]
nodesToElements = ??

また

nodesToElements :: [Node] -> IO [Element]
nodesToElements = ??
4

1 に答える 1