mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Fix errors
This commit is contained in:
parent
da421068f1
commit
703ef6608e
8 changed files with 167 additions and 20 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
use crate::docs::ModuleDocumentation;
|
||||
use crate::module::{
|
||||
ConstrainedModule, EntryPoint, Expectations, ExposedToHost, FoundSpecializationsModule,
|
||||
LateSpecializationsModule, LoadedModule, ModuleHeader, ModuleTiming, MonomorphizedModule,
|
||||
ParsedModule, ToplevelExpects, TypeCheckedModule,
|
||||
CheckedModule, ConstrainedModule, EntryPoint, Expectations, ExposedToHost,
|
||||
FoundSpecializationsModule, LateSpecializationsModule, LoadedModule, ModuleHeader,
|
||||
ModuleTiming, MonomorphizedModule, ParsedModule, ToplevelExpects, TypeCheckedModule,
|
||||
};
|
||||
use crate::module_cache::ModuleCache;
|
||||
use bumpalo::{collections::CollectIn, Bump};
|
||||
|
@ -3321,6 +3321,8 @@ fn finish(
|
|||
|
||||
let exposed_values = exposed_vars_by_symbol.iter().map(|x| x.0).collect();
|
||||
|
||||
let declarations_by_id = state.declarations_by_id;
|
||||
|
||||
roc_checkmate::dump_checkmate!(checkmate);
|
||||
|
||||
LoadedModule {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue