ident and tags

This commit is contained in:
Folkert 2020-12-18 00:53:31 +01:00
parent f40f0c50b9
commit 7bedc3ff6e
2 changed files with 118 additions and 10 deletions

View file

@ -9,7 +9,6 @@ use roc_parse::pattern::PatternType;
use roc_problem::can::{MalformedPatternProblem, Problem, RuntimeError};
use roc_region::all::{Located, Region};
use roc_types::subs::{VarStore, Variable};
/// A pattern, including possible problems (e.g. shadowing) so that
/// codegen can generate a runtime error if this pattern is reached.
#[derive(Clone, Debug, PartialEq)]