var R = require('ramda'); with (R) { var propEq = use(pipe).over(get, eq); }
var R = require('ramda'); for (var f in R) { window[f] = R.f; }