mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 03:20:14 +00:00
Fix error type of EExpr::SingleQuote
This commit is contained in:
parent
dc2016dc0d
commit
71eb6132f4
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ pub enum EExpr<'a> {
|
|||
InParens(EInParens<'a>, Row, Col),
|
||||
Record(ERecord<'a>, Row, Col),
|
||||
Str(EString<'a>, Row, Col),
|
||||
SingleQuote(char, Row, Col),
|
||||
SingleQuote(EString<'a>, Row, Col),
|
||||
Number(Number, Row, Col),
|
||||
List(List<'a>, Row, Col),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue