mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Parens and Commas application syntax
This commit is contained in:
parent
91ed6a5a8e
commit
af39ce57fb
36 changed files with 438 additions and 154 deletions
|
@ -101,7 +101,7 @@ pub enum Output<'a> {
|
|||
impl<'a> Output<'a> {
|
||||
pub fn format(&self) -> InputOwned {
|
||||
let arena = Bump::new();
|
||||
let flags = MigrationFlags::new(false);
|
||||
let flags = MigrationFlags::new(false, false);
|
||||
let mut buf = Buf::new_in(&arena, flags);
|
||||
match self {
|
||||
Output::Header(header) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue