hvm 2.0.22

A massively parallel, optimal functional runtime in Rust.
Documentation
1
2
3
4
5
6
7
8
test-io = 1

def main():
  with IO:
    # calling open with an unexpected type of arg
    f <- call("OPEN", 123)

    return wrap(f)