Skip to content

Commit

Permalink
chore: refresh test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed May 15, 2024
1 parent ade0cfe commit e259b17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test-harness/src/snapshots/toolchain__traits into-fstar.snap
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class t_Lang (v_Self: Type0) = {
}

class t_SuperTrait (v_Self: Type0) = {
[@@@ FStar.Tactics.Typeclasses.no_method]_super_4075428158603710007:Core.Clone.t_Clone v_Self;
[@@@ FStar.Tactics.Typeclasses.no_method]_super_10391689928755043351:Core.Clone.t_Clone v_Self;
f_function_of_super_trait_pre:v_Self -> bool;
f_function_of_super_trait_post:v_Self -> u32 -> bool;
f_function_of_super_trait:x0: v_Self
Expand All @@ -74,16 +74,16 @@ class t_SuperTrait (v_Self: Type0) = {
[@@ FStar.Tactics.Typeclasses.tcinstance]
let impl_SuperTrait_for_i32: t_SuperTrait i32 =
{
_super_4075428158603710007 = FStar.Tactics.Typeclasses.solve;
_super_10391689928755043351 = FStar.Tactics.Typeclasses.solve;
f_function_of_super_trait_pre = (fun (self: i32) -> true);
f_function_of_super_trait_post = (fun (self: i32) (out: u32) -> true);
f_function_of_super_trait = fun (self: i32) -> cast (Core.Num.impl__i32__abs self <: i32) <: u32
}

class t_Foo (v_Self: Type0) = {
f_AssocType:Type0;
f_AssocType_12975176671554111340:t_SuperTrait f_AssocType;
f_AssocType_15292246028710717365:Core.Clone.t_Clone f_AssocType;
f_AssocType_1566547207180513319:t_SuperTrait f_AssocType;
f_AssocType_18427724250319916167:Core.Clone.t_Clone f_AssocType;
f_N:usize;
f_assoc_f_pre:Prims.unit -> bool;
f_assoc_f_post:Prims.unit -> Prims.unit -> bool;
Expand Down Expand Up @@ -130,7 +130,7 @@ let g (#v_T: Type0) (#[FStar.Tactics.Typeclasses.tcresolve ()] i1: t_Foo v_T) (x
let impl_Foo_for_tuple_: t_Foo Prims.unit =
{
f_AssocType = i32;
f_AssocType_12975176671554111340 = FStar.Tactics.Typeclasses.solve;
f_AssocType_1566547207180513319 = FStar.Tactics.Typeclasses.solve;
f_N = sz 32;
f_assoc_f_pre = (fun (_: Prims.unit) -> true);
f_assoc_f_post = (fun (_: Prims.unit) (out: Prims.unit) -> true);
Expand Down

0 comments on commit e259b17

Please sign in to comment.