mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Introduce canonicalization
This commit is contained in:
parent
ee8a9e3867
commit
a1234d68ba
2 changed files with 1064 additions and 0 deletions
1063
src/canonicalize.rs
Normal file
1063
src/canonicalize.rs
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,6 +4,7 @@ pub mod parse_state;
|
||||||
// pub mod eval;
|
// pub mod eval;
|
||||||
pub mod operator;
|
pub mod operator;
|
||||||
pub mod region;
|
pub mod region;
|
||||||
|
pub mod canonicalize;
|
||||||
mod collections;
|
mod collections;
|
||||||
// mod ena;
|
// mod ena;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue