mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Add a collector of unification + solve events
This commit is contained in:
parent
40223a697d
commit
1df2e942a2
4 changed files with 197 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
mod collector;
|
||||
mod convert;
|
||||
mod schema;
|
||||
|
||||
pub use collector::Collector;
|
||||
|
||||
pub fn is_checkmate_enabled() -> bool {
|
||||
let flag = std::env::var("ROC_CHECKMATE");
|
||||
flag.as_deref() == Ok("1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue