skeleton for running pretty expects

This commit is contained in:
Folkert 2022-07-13 14:32:47 +02:00
parent 2fb2ffc80c
commit 68c51782e6
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 153 additions and 29 deletions

View file

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