Re-exports§
pub use resolution::get_unbound_variables;
Modules§
- diagnostic
- Errors created by the driver. All of them are related with paths and unbounded variables.
- resolution
- Transforms a single book into a book by reading it and it’s dependencies. In the end it returns a desugared book of all of the depedencies.
- session
- Describes a compilation session. It’s not the finished model because I want to change it to a query based compiler later.