File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/main/scala/viper/gobra/frontend/info/implementation/property Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 66
77package viper .gobra .frontend .info .implementation .property
88
9- import viper .gobra .ast .internal .{PermissionT , StringT }
109import viper .gobra .frontend .info .base .Type ._
1110import viper .gobra .frontend .info .implementation .TypeInfoImpl
1211
@@ -15,9 +14,9 @@ trait Orderability extends BaseProperty { this: TypeInfoImpl =>
1514 lazy val orderedType : Property [Type ] = createBinaryProperty(" ordered" ) {
1615 case Single (st) => underlyingType(st) match {
1716 case _ : IntT => true
18- case _ : PermissionT => true
17+ case PermissionT => true
1918 case _ : FloatT => true
20- case _ : StringT => true
19+ case StringT => true
2120 case _ => false
2221 }
2322 case _ => false
You can’t perform that action at this time.
0 commit comments