mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
skeleton for running pretty expects
This commit is contained in:
parent
2fb2ffc80c
commit
68c51782e6
5 changed files with 153 additions and 29 deletions
|
@ -633,6 +633,14 @@ pub struct MonomorphizedModule<'a> {
|
|||
pub timings: MutMap<ModuleId, ModuleTiming>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Expectations {
|
||||
pub subs: roc_types::subs::Subs,
|
||||
pub path: PathBuf,
|
||||
pub expectations: VecMap<Region, Vec<(Symbol, Variable)>>,
|
||||
pub ident_ids: IdentIds,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default)]
|
||||
pub struct ExposedToHost {
|
||||
/// usually `mainForHost`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue