mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
implement expect collector
This commit is contained in:
parent
6190fc9f67
commit
fe7882b598
4 changed files with 53 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
//! Traversals over the can ast.
|
||||
|
||||
use roc_collections::VecMap;
|
||||
use roc_module::{ident::Lowercase, symbol::Symbol};
|
||||
use roc_region::all::{Loc, Region};
|
||||
use roc_types::subs::Variable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue