higher-rank
Type checker
A Haskell implementation of type checking and evaluation for higher-rank polymorphism
A small Haskell implementation of Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism
101 stars
8 watching
2 forks
Language: Haskell
last commit: almost 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of bidirectional type checking for higher-rank polymorphism in Haskell | 129 |
| A Haskell library for building effectful applications with a focus on type-level effects and composability | 228 |
| A parser combinator library designed to be industrial-strength and easy to use | 850 |
| A testing framework for Haskell programming language | 755 |
| A tool for generating lexical analysers in Haskell | 298 |
| Automates refinement of test properties for Haskell functions by testing mutant variations and providing suggestions for improvement. | 74 |
| Learning Haskell with focus on dependent types and type-level programming using the OneOf data structure | 70 |
| A toolset for manipulating and analyzing Haskell source code | 194 |
| A library providing a foundation for type-level functions and compositions in Haskell | 87 |
| A syntax highlighter library for Haskell built around the GHC lexer. | 59 |
| Implementing a graph-reduction machine for a small functional language based on λ-calculus and combinatory logic | 28 |
| A Haskell library providing data structures and operations for working with sets and maps at the type level | 66 |
| A tool to parse and fix code samples from the book 'Real World Haskell' | 89 |
| An experimental implementation of a Haskell-like language with Racket's macro system | 1,167 |