hax icon indicating copy to clipboard operation
hax copied to clipboard

Add facilities for grouping items as recursive bundles

Open W95Psp opened this issue 2 years ago • 0 comments

Currently there is no easy way of grouping recursive items from a backend. However, the feature is already implemented in module engine/lib/dependencies.ml.

Related to that, there is https://github.com/hacspec/hax/issues/396. But this is completely orthogonal: we should still have a simple way for backends to view a set of items as a set of recursive bundles.

Thus, this issue is about exposing a function item list -> item list list using what already exists in engine/lib/dependencies.ml.

W95Psp avatar Apr 14 '23 09:04 W95Psp