mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Derive more things for UnionVariant
This commit is contained in:
parent
ec953e9a15
commit
487c1e3b75
@ -373,7 +373,7 @@ pub fn record_fields_btree<'a>(
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
pub enum UnionVariant<'a> {
|
||||
Never,
|
||||
Unit,
|
||||
|
Loading…
Reference in New Issue
Block a user