Add module param identifiers to solve's scope

This commit is contained in:
Agus Zubiaga 2024-05-30 20:11:51 -03:00
parent 717463079a
commit dd0e28240a
No known key found for this signature in database
6 changed files with 45 additions and 3 deletions

View file

@ -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 {