MCPcopy
hub / github.com/sanctuary-js/sanctuary / map

Function map

index.js:1068–1072  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

1066 //. 10
1067 //. ```
1068 function map(f) {
1069 return function(functor) {
1070 return Z.map (f, functor);
1071 };
1072 }
1073 _.map = {
1074 consts: {f: [Z.Functor]},
1075 types: [$.Fn (a) (b), f (a), f (b)],

Callers 4

justsFunction · 0.85
index.jsFile · 0.85
chainRec.jsFile · 0.85
flip.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected