mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 03:33:44 +03:00
Update type_.rs
This commit is contained in:
parent
3979061632
commit
c10e305366
@ -55,7 +55,8 @@ impl Type {
|
||||
| (Type::Boolean, Type::Boolean)
|
||||
| (Type::Char, Type::Char)
|
||||
| (Type::Field, Type::Field)
|
||||
| (Type::Group, Type::Group) => true,
|
||||
| (Type::Group, Type::Group)
|
||||
| (Type::Scalar, Type::Scalar) => true,
|
||||
(Type::IntegerType(left), Type::IntegerType(right)) => left.eq(right),
|
||||
_ => false,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user