An open API service indexing awesome lists of open source software.

https://github.com/frankbro/lambda-rs

Simple algorithm w type inference in rust
https://github.com/frankbro/lambda-rs

algorithm-w

Last synced: 29 days ago
JSON representation

Simple algorithm w type inference in rust

Awesome Lists containing this project

README

          

# Lambda-rs

Rewriting algorithm w in Rust using indexes for type variables.

I had rewritten this in F# from ocaml and the usage of ref made it simple but this can't work in rust so I opted for using indexes.

Original implementation from this repo: https://github.com/tomprimozic/type-systems