mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
cleanup
This commit is contained in:
parent
6aa73b3b1f
commit
1bf2cc3b8c
6 changed files with 15 additions and 94 deletions
|
@ -5025,7 +5025,7 @@ fn expose_alias_to_host<'a, 'ctx, 'env>(
|
|||
build_closure_caller(
|
||||
env,
|
||||
layout_interner,
|
||||
&fn_name,
|
||||
fn_name,
|
||||
evaluator,
|
||||
alias_symbol,
|
||||
arguments,
|
||||
|
@ -5044,7 +5044,7 @@ fn expose_alias_to_host<'a, 'ctx, 'env>(
|
|||
|
||||
build_host_exposed_alias_size_help(
|
||||
env,
|
||||
&fn_name,
|
||||
fn_name,
|
||||
alias_symbol,
|
||||
Some("result"),
|
||||
result_type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue