hvm 2.0.22

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

def main():
  with IO:
    f <- call("INVALID-NAME", ("./README.md", "r"))

    return wrap(f)