mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Merge pull request #6676 from roc-lang/ok-err
Allow the names `Ok` and `Err` as type aliases
This commit is contained in:
commit
f7716188a1
13 changed files with 218 additions and 96 deletions
|
@ -3395,6 +3395,7 @@ fn finish(
|
|||
|
||||
LoadedModule {
|
||||
module_id: state.root_id,
|
||||
filename: state.root_path,
|
||||
interns,
|
||||
solved,
|
||||
can_problems: state.module_cache.can_problems,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue