mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Coalesce another signature
This commit is contained in:
parent
a589fbb9e7
commit
951724f476
1 changed files with 0 additions and 2 deletions
|
@ -1585,8 +1585,6 @@ fn constrain_function_def(
|
||||||
let ret_constraint =
|
let ret_constraint =
|
||||||
attach_resolution_constraints(constraints, env, ret_constraint);
|
attach_resolution_constraints(constraints, env, ret_constraint);
|
||||||
|
|
||||||
let signature_index = constraints.push_type(signature.clone());
|
|
||||||
|
|
||||||
let cons = [
|
let cons = [
|
||||||
ret_constraint,
|
ret_constraint,
|
||||||
// Store type into AST vars. We use Store so errors aren't reported twice
|
// Store type into AST vars. We use Store so errors aren't reported twice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue