Skip to content

Commit

Permalink
experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Mar 26, 2024
1 parent 71d1473 commit f86a176
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![ allow( dead_code ) ]
// #![ allow( dead_code ) ]

use super::*;
#[ allow( unused_imports ) ]
Expand All @@ -8,7 +8,6 @@ use collection_tools::Vec;
fn definitions()
{


pub fn f1< Definition >( _x : Definition )
where
Definition : former::FormerDefinitionTypes,
Expand Down Expand Up @@ -346,7 +345,6 @@ fn custom_definition_custom_end()
type Formed = i32;
type Context = ();
}

impl former::FormerDefinition for Return13
{
type Types = Return13;
Expand All @@ -355,15 +353,6 @@ fn custom_definition_custom_end()

//

// let got = the_module::ContainerSubformer::< String, Return13 >::new( Return13 )
// .push( "a" )
// .push( "b" )
// .form();
// let exp = 13;
// a_id!( got, exp );

//

fn return_13( _storage : Vec< String >, _context : Option< () > ) -> i32
{
13
Expand Down

0 comments on commit f86a176

Please sign in to comment.