run gen tests as modules

This commit is contained in:
Folkert 2020-10-13 21:45:41 +02:00
parent 2bceaf0503
commit 89a1146c19
11 changed files with 485 additions and 771 deletions

View file

@ -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),
}