mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Implement a type checker for the mono IR
This commit is contained in:
parent
9becbedd22
commit
a84aebf2d3
2 changed files with 640 additions and 0 deletions
|
@ -21,3 +21,5 @@ pub mod tail_recursion;
|
|||
// For now, following this warning's advice will lead to nasty type inference errors.
|
||||
//#[allow(clippy::ptr_arg)]
|
||||
pub mod decision_tree;
|
||||
|
||||
pub mod checker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue