mamba 0.3.6

A transpiler which converts Mamba files to Python 3 files
Documentation
1
2
3
4
5
def f(x: Int) -> Str =>
    match x
        1 => "One"
        2 => "Two"
        _ => "Three"