Closed cyphersnake closed 1 week ago
Motivation This is an attempt to speed up the implementation of #378
If we remove the FoldingScheme trait, we can be more flexible in customizing Sangria & ProtoGalaxy nifs types.
FoldingScheme
This is important since Sangria uses a cyclic scheme, Cyclefold has a simpler recursion scheme
Overview Just remove trait and use all methods directly. Structure of methods not changed
Motivation This is an attempt to speed up the implementation of #378
If we remove the
FoldingScheme
trait, we can be more flexible in customizing Sangria & ProtoGalaxy nifs types.This is important since Sangria uses a cyclic scheme, Cyclefold has a simpler recursion scheme
Overview Just remove trait and use all methods directly. Structure of methods not changed