FrankBro / lambda-rs

Simple algorithm w type inference in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple algorithm w type inference in rust


Languages

Language:Rust 100.0%