MCPcopy
hub / github.com/ramda/ramda / g

Function g

test/ap.js:19–19  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

17 };
18 };
19 var g = function(r) { return r * 2; };
20 var h = R.ap(f, g);
21 // (<*>) :: (r -> a -> b) -> (r -> a) -> (r -> b)
22 // f <*> g = \x -> f x (g x)

Callers 15

partialObject.jsFile · 0.70
pipe.jsFile · 0.70
partialRight.jsFile · 0.70
uncurryN.jsFile · 0.70
partial.jsFile · 0.70
curryN.jsFile · 0.70
unapply.jsFile · 0.70
flip.jsFile · 0.70
o.jsFile · 0.70
curry.jsFile · 0.70
compose.jsFile · 0.70
on.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected