mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 02:50:17 +00:00
Merge remote-tracking branch 'origin/main' into https-packages
This commit is contained in:
commit
99f55d6ed6
50 changed files with 878 additions and 353 deletions
|
@ -676,6 +676,9 @@ pub enum ETypeTagUnion<'a> {
|
|||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub enum ETypeInParens<'a> {
|
||||
/// e.g. (), which isn't a valid type
|
||||
Empty(Position),
|
||||
|
||||
End(Position),
|
||||
Open(Position),
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue