Skip to content

Commit

Permalink
former : experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Mar 29, 2024
1 parent a3a3b64 commit 10fbde3
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ tests_impls!

// impl< Context, Formed, End > Default

// // definition types exists and has Formed
// let got = < Struct1FormerDefinition as the_module::FormerDefinitionTypes >::Formed::former().form();
// let exp = Struct1::former().form();
// a_id!( got, exp );
// definition types exists and has Formed
let got = < Struct1FormerDefinition< (), Struct1, former::NoEnd > as the_module::FormerDefinitionTypes >::Formed::former().form();
// let got = < Struct1FormerDefinition as the_module::FormerDefinitionTypes >::Formed::former().form(); // xxx : make it working
let exp = Struct1::former().form();
a_id!( got, exp );
// xxx : uncomment

// < Context = (), Formed = Struct1, End = former::ReturnPreformed >
Expand Down

0 comments on commit 10fbde3

Please sign in to comment.