implement expect collector

This commit is contained in:
Folkert 2022-07-13 16:23:39 +02:00
parent 6190fc9f67
commit fe7882b598
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 53 additions and 2 deletions

View file

@ -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;