@@ -28,7 +28,7 @@ type t_Ordering =
28
28
29
29
30
30
class t_PartialOrd ( v_Self : Type) ( v_Rhs :Type) = {
31
- _super_17767811571638026139 : t_PartialEq v_Self v_Rhs ;
31
+ _super_14602337363870446881 : t_PartialEq v_Self v_Rhs ;
32
32
f_partial_cmp_pre : v_Self -> v_Rhs -> Type0;
33
33
f_partial_cmp_post : v_Self -> v_Rhs -> Core.Option. t_Option t_Ordering -> Type0;
34
34
f_partial_cmp : v_Self -> v_Rhs -> Core.Option. t_Option t_Ordering ;
@@ -55,8 +55,8 @@ let f_ge #v_Self #v_Rhs {| t_PartialOrd v_Self v_Rhs |} (self: v_Self) (rhs: v_R
55
55
| _ -> true
56
56
57
57
class t_Ord ( v_Self : Type) = {
58
- _super_8562072132021960682 : t_Eq v_Self ;
59
- _super_17650760217149814164 : t_PartialOrd v_Self v_Self ;
58
+ _super_6686490714486791726 : t_Eq v_Self ;
59
+ _super_7232954788087520964 : t_PartialOrd v_Self v_Self ;
60
60
f_cmp_pre : v_Self -> v_Self -> Type0;
61
61
f_cmp_post : v_Self -> v_Self -> t_Ordering -> Type0;
62
62
f_cmp : v_Self -> v_Self -> t_Ordering ;
@@ -86,7 +86,7 @@ instance eq_int_t t : t_Eq (int_t t) = {
86
86
}
87
87
88
88
instance partialOrd_int t : ( t_PartialOrd ( int_t t ) ( int_t t )) = {
89
- _super_17767811571638026139 = ( FStar.Tactics.Typeclasses. solve );
89
+ _super_14602337363870446881 = ( FStar.Tactics.Typeclasses. solve );
90
90
91
91
f_partial_cmp_pre = ( fun x y -> True );
92
92
f_partial_cmp_post = ( fun x y z -> match z with
@@ -104,8 +104,8 @@ instance partialOrd_int t : (t_PartialOrd (int_t t) (int_t t)) = {
104
104
105
105
[ @FStar.Tactics.Typeclasses. tcinstance ]
106
106
instance ord_int t : t_Ord ( int_t t ) = {
107
- _super_8562072132021960682 = ( FStar.Tactics.Typeclasses. solve );
108
- _super_17650760217149814164 = ( FStar.Tactics.Typeclasses. solve );
107
+ _super_6686490714486791726 = ( FStar.Tactics.Typeclasses. solve );
108
+ _super_7232954788087520964 = ( FStar.Tactics.Typeclasses. solve );
109
109
f_cmp_pre = ( fun x y -> True ) ;
110
110
f_cmp_post = ( fun x y r ->
111
111
match r with
0 commit comments