mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Add module param identifiers to solve's scope
This commit is contained in:
parent
717463079a
commit
dd0e28240a
6 changed files with 45 additions and 3 deletions
|
@ -80,6 +80,9 @@ pub struct SolveConfig<'a> {
|
|||
#[cfg(debug_assertions)]
|
||||
/// The checkmate collector for this module.
|
||||
pub checkmate: Option<roc_checkmate::Collector>,
|
||||
|
||||
/// Module params pattern
|
||||
pub params_pattern: Option<roc_can::pattern::Pattern>,
|
||||
}
|
||||
|
||||
pub struct SolveOutput {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue