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