mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Unary ops and case canonicalization compile!
This commit is contained in:
parent
7ab7fdb88c
commit
97d424f99b
6 changed files with 513 additions and 206 deletions
|
@ -31,6 +31,9 @@ pub fn solve(env: &Env, subs: &mut Subs, constraint: &Constraint) {
|
|||
solve(env, subs, sub_constraint);
|
||||
}
|
||||
}
|
||||
Pattern(_, _, _, _) => {
|
||||
panic!("TODO solve patterns");
|
||||
}
|
||||
Let(let_con) => {
|
||||
match let_con.ret_constraint {
|
||||
True => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue