Move solved_types and builtin_aliases to ast

This commit is contained in:
ayazhafiz 2022-07-10 19:50:10 -04:00
parent 699c4d7fff
commit 888c480a8b
No known key found for this signature in database
GPG key ID: B443F7A3030C9AED
5 changed files with 72 additions and 83 deletions

View file

@ -1,4 +1,5 @@
pub mod ast_error;
mod builtin_aliases;
mod canonicalization;
pub mod constrain;
pub mod lang;