Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jhellerstein committed Oct 10, 2024
1 parent 2aa22fe commit 4b6df9b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lattices/src/ght_lazy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,15 +368,15 @@ where
#[sealed]
impl<'a, Rest, Schema, SuffixSchema, T, Storage> ColtNodeTail<T> for var_type!(&'a mut GhtLeaf<Schema, SuffixSchema, Storage>, ...Rest)
where
Rest: ColtNodeTail<
<GhtLeaf<Schema, SuffixSchema, Storage> as ColumnLazyTrieNode>::Force,
// Schema = Schema,
// SuffixSchema = SuffixSchema,
>,
<Rest as ColtNode>::SuffixSchema: 'a,
GhtLeaf<Schema, SuffixSchema, Storage>: ColumnLazyTrieNode,
// Rest: ColtNodeTail<
// <GhtLeaf<Schema, SuffixSchema, Storage> as ColumnLazyTrieNode>::Force,
// // Schema = Schema,
// // SuffixSchema = SuffixSchema,
// >,
// <Rest as ColtNode>::SuffixSchema: 'a,
// GhtLeaf<Schema, SuffixSchema, Storage>: ColumnLazyTrieNode,
Schema: Clone + Hash + Eq + VariadicExt,
SuffixSchema: Clone + Hash + Eq + VariadicExt,
// SuffixSchema: Clone + Hash + Eq + VariadicExt,
Storage: VariadicCollection<Schema = Schema>,
{
fn merge(&mut self, _inner_to_merge: T) {
Expand Down

0 comments on commit 4b6df9b

Please sign in to comment.