mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +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
|
@ -49,6 +49,7 @@ impl SolvedExpr {
|
|||
derived_module: SharedDerivedModule::default(),
|
||||
module_params: None,
|
||||
module_params_vars: VecMap::default(),
|
||||
host_exposed_symbols: None,
|
||||
#[cfg(debug_assertions)]
|
||||
checkmate: None,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue