mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 10:52:18 +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 =
|
||||
attach_resolution_constraints(constraints, env, ret_constraint);
|
||||
|
||||
let signature_index = constraints.push_type(signature.clone());
|
||||
|
||||
let cons = [
|
||||
ret_constraint,
|
||||
// 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