Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "use strict";
- function fmap(a, gen) {
- //a = a|| function a() {};
- //gen = gen|| function gen() {};
- return function(){
- / || отсюда взять /
- / \/ сюда затолкать/
- return a(gen( ));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment