mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 11:00:16 +00:00
parent
5f74e10d32
commit
ca5d084497
17 changed files with 369 additions and 25 deletions
|
@ -605,6 +605,7 @@ pub enum PList<'a> {
|
|||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub enum PInParens<'a> {
|
||||
Empty(Position),
|
||||
End(Position),
|
||||
Open(Position),
|
||||
Pattern(&'a EPattern<'a>, Position),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue