since underscore higher order functions mostly don't work, it's best if we minimize use of underscore. we should especially avoid use of underscore in the webbook. we can wrap underscore functions in webppl functions to ensure they are safe.
remove use of .map from library.
define range as .range
basically, we can grep for underscore and clean things up.
since underscore higher order functions mostly don't work, it's best if we minimize use of underscore. we should especially avoid use of underscore in the webbook. we can wrap underscore functions in webppl functions to ensure they are safe.
remove use of .map from library. define range as .range
basically, we can grep for underscore and clean things up.