add tests for the rigid issue

This commit is contained in:
Folkert 2020-11-11 22:54:15 +01:00
parent 22592eff80
commit 21685b6f8f
3 changed files with 31 additions and 1 deletions

View file

@ -11,6 +11,7 @@ use roc_region::all::{Located, Region};
use roc_types::subs::Variable;
use roc_types::types::{Category, PReason, PatternCategory, Reason, RecordField, Type};
#[derive(Default)]
pub struct PatternState {
pub headers: SendMap<Symbol, Located<Type>>,
pub vars: Vec<Variable>,