mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Revise a bunch of bucket stuff
This commit is contained in:
parent
bf7f1d49e2
commit
b43ff799ff
3 changed files with 379 additions and 79 deletions
|
@ -169,9 +169,9 @@ pub struct Field {
|
|||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub enum Recursive {
|
||||
Recursive,
|
||||
TailRecursive,
|
||||
NotRecursive,
|
||||
NotRecursive = 0,
|
||||
Recursive = 1,
|
||||
TailRecursive = 2,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue