mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 03:20:14 +00:00
Convert requires_rigids to collection_trailing_sep_e
This commit is contained in:
parent
df89fe7dd6
commit
71cc8d4c4b
5 changed files with 17 additions and 9 deletions
|
@ -243,6 +243,7 @@ pub enum EExposes {
|
|||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub enum ERequires<'a> {
|
||||
Requires(Row, Col),
|
||||
Open(Row, Col),
|
||||
IndentRequires(Row, Col),
|
||||
IndentListStart(Row, Col),
|
||||
IndentListEnd(Row, Col),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue