mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
formatting
This commit is contained in:
parent
35efa3462d
commit
6ebdc17165
2 changed files with 67 additions and 16 deletions
|
@ -12,8 +12,8 @@ use roc_parse::ast::{
|
|||
TypeAnnotation, WhenBranch,
|
||||
};
|
||||
use roc_parse::header::{
|
||||
AppHeader, ExposedName, HostedHeader, ImportsEntry, InterfaceHeader, ModuleName,
|
||||
PackageEntry, PackageName, PlatformHeader, PlatformRequires, To, TypedIdent,
|
||||
AppHeader, ExposedName, HostedHeader, ImportsEntry, InterfaceHeader, ModuleName, PackageEntry,
|
||||
PackageName, PlatformHeader, PlatformRequires, To, TypedIdent,
|
||||
};
|
||||
use roc_parse::{
|
||||
ast::{Def, Module},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue