mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Format problems reported by the IR checker
This commit is contained in:
parent
a84aebf2d3
commit
6e72307736
5 changed files with 513 additions and 12 deletions
5
crates/compiler/mono/src/debug.rs
Normal file
5
crates/compiler/mono/src/debug.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
mod checker;
|
||||
mod report;
|
||||
|
||||
pub use checker::{check_procs, Problem, Problems};
|
||||
pub use report::format_problems;
|
Loading…
Add table
Add a link
Reference in a new issue