nikomatsakis / bidir-type-infer
Implementing the type system described in the paper "Complete and Easy Bidirectional Type Inference" in Rust
☆46Updated 8 years ago
Alternatives and similar repositories for bidir-type-infer:
Users that are interested in bidir-type-infer are comparing it to the libraries listed below
- Fungi: Typed incremental computation with names☆67Updated 5 years ago
- implementation of Pure Type Systems (PTS) in Rust.☆52Updated 7 years ago
- Automagical variable binding library for Rust☆67Updated 5 years ago
- Normalization by evaluation for Martin-Löf Type Theory with dependent records☆98Updated 2 years ago
- ☆35Updated 6 years ago
- Implementation of "Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism"☆111Updated 5 years ago
- type safe, concurrent, pauseless, copying, generational GC. Implementation https://github.com/Avi-D-coder/sundial-gc☆30Updated 4 years ago
- A safe and efficient target language for functional compilers☆19Updated 6 years ago
- A Hindley-Milner polymorphic typing system☆58Updated last year
- Hindley Milner Type Inference in Rust☆12Updated 7 years ago
- Abstract binding tree code generator☆37Updated 8 years ago
- Sruth Lùbach: A toy optimization engine☆23Updated 3 years ago
- A rust crate which implements nanboxing☆21Updated 7 years ago
- Type-Level Programming in Rust☆27Updated 3 years ago
- Implicit Drop/move protection for Rust (linear types)☆12Updated 9 years ago
- ☆37Updated 3 years ago
- A Rust logic programming library inspired by the *Kanren family of language DSLs.☆51Updated last month
- A simple prolog implementation in Rust☆26Updated 4 years ago
- A visual interpreter of the template instantiation machine to understand evaluation of lazy functional languages☆69Updated 8 years ago
- A basic implementation of Hindley-Milner type inference via Algorithm W in Rust.☆44Updated 8 years ago
- Macros have types!☆129Updated 2 years ago
- A dependent type system built entirely in Rust's trait system (WIP).☆25Updated 6 years ago
- A macro for defining type operators in Rust.