mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
run gen tests as modules
This commit is contained in:
parent
2bceaf0503
commit
89a1146c19
11 changed files with 485 additions and 771 deletions
|
@ -14,7 +14,7 @@ use roc_types::subs::{Content, FlatType, Subs, Variable};
|
|||
use std::collections::HashMap;
|
||||
use ven_pretty::{BoxAllocator, DocAllocator, DocBuilder};
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub enum MonoProblem {
|
||||
PatternProblem(crate::exhaustive::Error),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue