mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
List.unreachable
This commit is contained in:
parent
543615292a
commit
506e374642
7 changed files with 36 additions and 0 deletions
|
@ -119,6 +119,7 @@ pub enum LowLevel {
|
|||
RefCountDec,
|
||||
BoxExpr,
|
||||
UnboxExpr,
|
||||
Unreachable,
|
||||
}
|
||||
|
||||
macro_rules! higher_order {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue