mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
successfully load package-qualified host
This commit is contained in:
parent
d008cc1d7b
commit
7123269f30
6 changed files with 242 additions and 122 deletions
|
@ -119,14 +119,8 @@ pub fn canonicalize_module_defs<'a>(
|
|||
} else {
|
||||
// This is a type alias
|
||||
|
||||
// the same scheme as with identifiers won't work here, e.g.
|
||||
//
|
||||
// Task : Effect
|
||||
//
|
||||
// really is not the same as
|
||||
//
|
||||
// Task a : Effect a
|
||||
panic!("TODO add type aliases to type alias dictionary, based on exposed types");
|
||||
// the should already be added to the scope when this module is canonicalized
|
||||
debug_assert!(scope.contains_alias(symbol));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue