mamba 0.3.6

A transpiler which converts Mamba files to Python 3 files
Documentation
1
2
def some_higher_order(fun: Int -> Int) -> Int => fun(10)
def fancy() -> Int? => some_higher_order(\x: Int => x * 2)