mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
ident and tags
This commit is contained in:
parent
f40f0c50b9
commit
7bedc3ff6e
2 changed files with 118 additions and 10 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue