标签: loops haskell dictionary yesod
莎士比亚模板中有@forall来迭代列表。想象一下,我有[{1}}形式的Data.Map.Map。我如何产生输出
@forall
Data.Map.Map
m = Map.fromList [("key1","value1"),("key2","value2")]
我已经知道解决方案了
<li>key1 – value1</li> <li>key2 – value2</li>
这是推荐的解决方案吗?