mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
add tests for the rigid issue
This commit is contained in:
parent
22592eff80
commit
21685b6f8f
3 changed files with 31 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue