willcrichton / tyradeLinks
A pure functional language for type-level programming in Rust
☆339Updated 3 years ago
Alternatives and similar repositories for tyrade
Users that are interested in tyrade are comparing it to the libraries listed below
Sorting:
- Your favourite Haskell type classes for Rust☆266Updated 2 years ago
- a model of MIR and the Rust type/trait system☆325Updated this week
- Wadler-style pretty-printing combinators in Rust☆175Updated 4 months ago
- ☆154Updated 6 years ago
- Functional lens library for Rust☆113Updated 5 years ago
- 🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧☆268Updated 2 years ago
- An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection☆253Updated 3 years ago
- A friendly little systems language with first-class types. Very WIP! 🚧 🚧 🚧☆629Updated 4 years ago
- Maintainable configuration files, for Rust users☆330Updated 5 months ago
- We all know Rust's trait system is Turing complete, so tell me, why aren't we exploiting this???☆372Updated 5 years ago
- A type-level implementation of Smallfuck in Rust, doubling as a Turing-completeness proof for Rust's type system.☆244Updated 8 years ago
- ☆324Updated 3 months ago
- The Haskell’s do notation brought to Rust☆64Updated 4 years ago
- GLL parsing framework.☆140Updated last year
- Compile time numbers in Rust.☆573Updated 3 months ago
- A meta-JIT library for Rust interpreters☆164Updated 3 years ago
- Compile-time reference counting☆457Updated 8 months ago
- garbage collection☆327Updated 6 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆166Updated last year
- General-purpose abstractions for incremental computing, in Rust☆363Updated 3 years ago
- a pragmatic point-free theorem prover assistant☆143Updated 4 months ago
- A Rust API search engine☆427Updated last year
- https://aphyr.com/posts/342-typing-the-technical-interview translated from Haskell to Rust☆149Updated 3 years ago
- Implementation of "Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism"☆118Updated 6 years ago
- A simple, zero-dependency implementation of the untyped lambda calculus in Safe Rust☆137Updated 4 months ago
- lens implemented in rust☆117Updated 2 years ago
- Datalog compiler embedded in Rust as a procedural macro