Monty

Functional programming for python developers

result = unwrap:
a = Just(3)
b = Just(7)
wrap(a + b)
result # Just(10)