Haskell列表理解中当前元素的索引

时间:2018-03-07 05:01:13

标签: haskell list-comprehension

有什么方法可以在下面的代码中知道x指向的当前元素的索引:

f.association :estado, collection:@estados, value_method: :id, label_method: :nome, required: true, prompt: "Please Select" 

任何帮助将不胜感激..谢谢:)

2 个答案:

答案 0 :(得分:12)

使用zip

为每个元素编制一个整数
funcName k = [if i == 2 then ... else ... | (i,x) <- zip [0..] list, x == k]

答案 1 :(得分:3)

对于 render() { return ( <WebView source={{ uri: this.props.uri }} style={{ marginTop: 0 }} scalesPageToFit javaScriptEnabled domStorageEnabled startInLoadingState mixedContentMode="always" /> ); }库(一个非常有用的库)可能是这样的:

ilist

不确定它究竟是你想要的,但我相信应该接近。