Open suaviloquence opened 3 months ago
Probably change the output type of the bindings BTreeMap to (usize, Value) and then sort_by_key(|x| x.0) when outputting, where the first item in the tuple is the index of the statement (an index per scope, stored in elementcontext)
BTreeMap
(usize, Value)
sort_by_key(|x| x.0)
Probably change the output type of the bindings
BTreeMap
to(usize, Value)
and thensort_by_key(|x| x.0)
when outputting, where the first item in the tuple is the index of the statement (an index per scope, stored in elementcontext)