mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Remove TagDiscriminant low-level
This commit is contained in:
parent
cb96a64259
commit
792afe5457
7 changed files with 5 additions and 88 deletions
|
@ -163,11 +163,8 @@ fn expr<'a>(c: &Ctx, p: EPrec, f: &'a Arena<'a>, e: &'a Expr) -> DocBuilder<'a,
|
|||
.nest(2)
|
||||
)
|
||||
}
|
||||
RunLowLevel { op, args, .. } => {
|
||||
let op = match op {
|
||||
LowLevel::TagDiscriminant => "@tag_discriminant",
|
||||
_ => unreachable!(),
|
||||
};
|
||||
RunLowLevel { args, .. } => {
|
||||
let op = "LowLevel";
|
||||
|
||||
maybe_paren!(
|
||||
Free,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue