mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
cleanup
This commit is contained in:
parent
d6bdb45c82
commit
ba38d4ec14
4 changed files with 76 additions and 244 deletions
|
@ -3,7 +3,7 @@ use bumpalo::collections::String;
|
|||
use roc_parse::ast::{AssignedField, Expr, Tag, TypeAnnotation};
|
||||
use roc_region::all::Located;
|
||||
|
||||
#[derive(PartialEq, Eq)]
|
||||
#[derive(PartialEq, Eq, Clone, Copy)]
|
||||
pub enum Parens {
|
||||
NotNeeded,
|
||||
InFunctionType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue