This commit is contained in:
Folkert 2021-11-19 22:25:37 +01:00
parent 74f073b3c6
commit 640b4e2d0b
2 changed files with 7 additions and 106 deletions

View file

@ -21,7 +21,7 @@ use roc_module::symbol::{
use roc_mono::ir::{
CapturedSymbols, EntryPoint, ExternalSpecializations, PartialProc, Proc, ProcLayout, Procs,
};
use roc_mono::layout::{Layout, LayoutCache, LayoutProblem};
use roc_mono::layout::{Layout, LayoutCache};
use roc_parse::ast::{self, StrLiteral, TypeAnnotation};
use roc_parse::header::{
ExposesEntry, ImportsEntry, PackageEntry, PackageOrPath, PlatformHeader, To, TypedIdent,