Skip to content

Instantly share code, notes, and snippets.

@berrytj
berrytj / curried.py
Last active August 29, 2015 14:05
Curried
from __future__ import division
from funcy.curried import *
from fn import _ as __
from bookends import _
import survey
def total_probability((outcome, pmf)):