You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
747 B
31 lines
747 B
3 years ago
|
{
|
||
|
"blurb": "Implement the `accumulate` operation, which, given a collection and an operation to perform on each element of the collection, returns a new collection containing the result of applying that operation to each element of the input collection.",
|
||
|
"authors": [],
|
||
|
"contributors": [
|
||
|
"adolfopa",
|
||
|
"ErikSchierboom",
|
||
|
"etrepum",
|
||
|
"iHiD",
|
||
|
"JordanAdams",
|
||
|
"juhlig",
|
||
|
"kytrinyx",
|
||
|
"magthe",
|
||
|
"NobbZ",
|
||
|
"tmcgilchrist",
|
||
|
"xymbol"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"src/accumulate.erl"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/accumulate_tests.erl"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.erl"
|
||
|
]
|
||
|
},
|
||
|
"source": "Conversation with James Edward Gray II",
|
||
|
"source_url": "https://twitter.com/jeg2"
|
||
|
}
|