Try moving to &Expr

This commit is contained in:
Richard Feldman 2019-05-29 14:20:26 -04:00
parent 064665c3b5
commit f832827a66
2 changed files with 56 additions and 35 deletions

View file

@ -82,6 +82,7 @@ pub enum Problem {
TypeMismatch(String),
ReassignedVarName(String),
WrongArity(u32 /* Expected */, u32 /* Provided */),
NoBranchesMatched,
}
#[derive(Clone, Debug, PartialEq)]