mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Polymorphic expression specialization works in gen tests
This commit is contained in:
parent
f21ce43e30
commit
261df36c50
7 changed files with 363 additions and 206 deletions
|
@ -356,7 +356,7 @@ pub struct Field {
|
|||
pub loc_expr: Box<Loc<Expr>>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
pub enum Recursive {
|
||||
NotRecursive = 0,
|
||||
Recursive = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue