@@ -35,11 +35,11 @@ open FStar.Mul
35
35
class t_BlockSizeUser (v_Self : Type0 ) = { f_BlockSize: Type0 }
36
36
37
37
class t_ParBlocksSizeUser (v_Self : Type0 ) = {
38
- [@@@ FStar .Tactics .Typeclasses .no_method ]_super_3159012011946225137 : t_BlockSizeUser v_Self
38
+ [@@@ FStar .Tactics .Typeclasses .no_method ]_super_17815885805992953905 : t_BlockSizeUser v_Self
39
39
}
40
40
41
41
class t_BlockBackend (v_Self : Type0 ) = {
42
- [@@@ FStar .Tactics .Typeclasses .no_method ]_super_16388660322355014604 : t_ParBlocksSizeUser v_Self ;
42
+ [@@@ FStar .Tactics .Typeclasses .no_method ]_super_3870134778723684320 : t_ParBlocksSizeUser v_Self ;
43
43
f_proc_block_pre: Alloc .Vec .t_Vec _ Alloc .Alloc .t_Global -> Type0 ;
44
44
f_proc_block_post: Alloc .Vec .t_Vec _ Alloc .Alloc .t_Global -> Prims .unit -> Type0 ;
45
45
f_proc_block: x0 : Alloc .Vec .t_Vec _ Alloc .Alloc .t_Global
@@ -55,7 +55,7 @@ open FStar.Mul
55
55
class t_Bar (v_Self : Type0 ) (v_T : Type0 ) = { __marker_trait_t_Bar: Prims .unit }
56
56
57
57
class t_Foo (v_Self : Type0 ) = {
58
- [@@@ FStar .Tactics .Typeclasses .no_method ]_super_5411500213814698936 : t_Bar v_Self f_U ;
58
+ [@@@ FStar .Tactics .Typeclasses .no_method ]_super_13934332861551154312 : t_Bar v_Self f_U ;
59
59
f_U: Type0
60
60
}
61
61
' ' '
@@ -425,11 +425,11 @@ let associated_function_caller
425
425
()
426
426
427
427
class t_SubTrait (v_Self : Type0 ) (v_TypeArg : Type0 ) (v_ConstArg : usize ) = {
428
- [@@@ FStar .Tactics .Typeclasses .no_method ]_super_11151200176018912690 : t_Trait v_Self
428
+ [@@@ FStar .Tactics .Typeclasses .no_method ]_super_17329518651521910487 : t_Trait v_Self
429
429
v_TypeArg
430
430
v_ConstArg ;
431
431
f_AssocType: Type0 ;
432
- f_AssocType_119499091631403638 : t_Trait f_AssocType v_TypeArg v_ConstArg
432
+ f_AssocType_14861369404924822957 : t_Trait f_AssocType v_TypeArg v_ConstArg
433
433
}
434
434
' ' '
435
435
"Traits.Interlaced_consts_types.fst" = ' ' '
@@ -506,11 +506,11 @@ open FStar.Mul
506
506
507
507
class t_Trait1 (v_Self : Type0 ) = {
508
508
f_T: Type0 ;
509
- f_T_4710375119464455744 : t_Trait1 f_T
509
+ f_T_8448309519961512781 : t_Trait1 f_T
510
510
}
511
511
512
512
class t_Trait2 (v_Self : Type0 ) = {
513
- [@@@ FStar .Tactics .Typeclasses .no_method ]_super_1575596395930652292 : t_Trait1 v_Self ;
513
+ [@@@ FStar .Tactics .Typeclasses .no_method ]_super_6349185720639908215 : t_Trait1 v_Self ;
514
514
f_U: Type0
515
515
}
516
516
' ' '
@@ -567,7 +567,7 @@ open Core
567
567
open FStar .Mul
568
568
569
569
class t_SuperTrait (v_Self : Type0 ) = {
570
- [@@@ FStar .Tactics .Typeclasses .no_method ]_super_13802182059387893012 : Core .Clone .t_Clone v_Self ;
570
+ [@@@ FStar .Tactics .Typeclasses .no_method ]_super_3462755511828336413 : Core .Clone .t_Clone v_Self ;
571
571
f_function_of_super_trait_pre: v_Self -> Type0 ;
572
572
f_function_of_super_trait_post: v_Self -> u32 -> Type0 ;
573
573
f_function_of_super_trait: x0 : v_Self
@@ -579,7 +579,7 @@ class t_SuperTrait (v_Self: Type0) = {
579
579
[@@ FStar .Tactics .Typeclasses .tcinstance ]
580
580
let impl: t_SuperTrait i32 =
581
581
{
582
- _super_13802182059387893012 = FStar .Tactics .Typeclasses .solve ;
582
+ _super_3462755511828336413 = FStar .Tactics .Typeclasses .solve ;
583
583
f_function_of_super_trait_pre = (fun (self : i32 ) - > true );
584
584
f_function_of_super_trait_post = (fun (self : i32 ) (out : u32 ) - > true );
585
585
f_function_of_super_trait = fun (self : i32 ) - > cast (Core .Num .impl_i32__abs self < : i32 ) < : u32
@@ -651,7 +651,7 @@ let uuse_iimpl_trait (_: Prims.unit) : Prims.unit =
651
651
652
652
class t_Foo (v_Self : Type0 ) = {
653
653
f_AssocType: Type0 ;
654
- f_AssocType_2403979284550981955 : t_SuperTrait f_AssocType ;
654
+ f_AssocType_16748852984889271376 : t_SuperTrait f_AssocType ;
655
655
f_N: usize ;
656
656
f_assoc_f_pre: Prims .unit -> Type0 ;
657
657
f_assoc_f_post: Prims .unit -> Prims .unit -> Type0 ;
@@ -688,7 +688,7 @@ let g (#v_T: Type0) (#[FStar.Tactics.Typeclasses.tcresolve ()] i1: t_Foo v_T) (x
688
688
let impl_Foo_for_tuple_: t_Foo Prims .unit =
689
689
{
690
690
f_AssocType = i32 ;
691
- f_AssocType_2403979284550981955 = FStar .Tactics .Typeclasses .solve ;
691
+ f_AssocType_16748852984889271376 = FStar .Tactics .Typeclasses .solve ;
692
692
f_N = mk_usize 32 ;
693
693
f_assoc_f_pre = (fun (_ : Prims .unit ) - > true );
694
694
f_assoc_f_post = (fun (_ : Prims .unit ) (out : Prims .unit ) - > true );
0 commit comments