mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Use Rc<Expr> in vars:HashMap
This commit is contained in:
parent
6ea7649c5f
commit
298716a925
2 changed files with 15 additions and 7 deletions
|
@ -25,6 +25,7 @@ pub enum Expr {
|
|||
pub enum Problem {
|
||||
UnrecognizedVarName(String),
|
||||
TypeMismatch(String),
|
||||
ReassignedVarName(String),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue