mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Allow suffixed pure functions that are exposed to the host
This commit is contained in:
parent
4217ffa333
commit
6ffc8a507b
8 changed files with 57 additions and 45 deletions
|
@ -439,6 +439,7 @@ fn check_derived_typechecks_and_golden(
|
|||
derived_module: Default::default(),
|
||||
module_params: None,
|
||||
module_params_vars: imported_param_vars,
|
||||
host_exposed_symbols: None,
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
checkmate: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue