mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
working version
This commit is contained in:
parent
26edc70bca
commit
e78fa99030
3 changed files with 14 additions and 13 deletions
|
@ -159,7 +159,7 @@ pub const RocResult = extern struct {
|
|||
};
|
||||
|
||||
pub const Ordering = enum(u8) {
|
||||
EQ,
|
||||
GT,
|
||||
LT,
|
||||
EQ = 0,
|
||||
GT = 1,
|
||||
LT = 2,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue