MCPcopy Create free account
hub / github.com/cujojs/most / f

Function f

test/flatMap-test.js:26–26  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

24 it('should satisfy associativity', function () {
25 // m.flatMap(f).flatMap(g) ~= m.flatMap(function(x) { return f(x).flatMap(g); })
26 function f (x) { return streamOf(x + 'f') }
27 function g (x) { return streamOf(x + 'g') }
28
29 var m = streamOf('m')

Callers 12

flatMap-test.jsFile · 0.70
invokeFunction · 0.50
thruFunction · 0.50
errors.jsFile · 0.50
accumulate.jsFile · 0.50
mapAndRunFunction · 0.50
continueWith.jsFile · 0.50
transform.jsFile · 0.50
Map.jsFile · 0.50
FilterMap.jsFile · 0.50
stepIterateFunction · 0.50
stepUnfoldFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected