mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Parse and format dbg
This commit is contained in:
parent
ef5d83a42d
commit
49f8768271
13 changed files with 176 additions and 54 deletions
|
@ -339,6 +339,11 @@ pub enum ValueDef<'a> {
|
|||
body_expr: &'a Loc<Expr<'a>>,
|
||||
},
|
||||
|
||||
Dbg {
|
||||
condition: &'a Loc<Expr<'a>>,
|
||||
preceding_comment: Region,
|
||||
},
|
||||
|
||||
Expect {
|
||||
condition: &'a Loc<Expr<'a>>,
|
||||
preceding_comment: Region,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue