You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agreed, but on the other hand, the current type allows for concise statements split_combine and combine_split. How about defining a Fixpoint combine_list, and redefining combine in terms of tuple.to_list and combine_list? I think combine is not unfolded too often, so it shouldn't break too many proofs.
LittleEndian.combine should not inline tuple.to_list. It could just take a list as input and have a simpler type.
The text was updated successfully, but these errors were encountered: