mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Merge branch 'main' into simplify-refcount
This commit is contained in:
commit
37cd04c002
730 changed files with 22850 additions and 23870 deletions
|
@ -3222,7 +3222,7 @@ fn specialize_external_help<'a>(
|
|||
}
|
||||
|
||||
if procs.host_exposed_symbols.contains(&proc.name.name()) {
|
||||
// layouts that are (transitively) used in the type of `mainForHost`.
|
||||
// layouts that are (transitively) used in the type of `main_for_host`.
|
||||
let mut host_exposed_layouts: Vec<_> = top_level
|
||||
.arguments
|
||||
.iter()
|
||||
|
|
|
@ -1290,7 +1290,7 @@ enum NichePriv<'a> {
|
|||
/// ```roc
|
||||
/// capture : _ -> ({} -> Str)
|
||||
/// capture = \val ->
|
||||
/// forcer = \{} -> Num.toStr val
|
||||
/// forcer = \{} -> Num.to_str val
|
||||
/// forcer
|
||||
///
|
||||
/// fun = \x ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue