perennial icon indicating copy to clipboard operation
perennial copied to clipboard

Make sure allocation theorems actually apply after [simpl]

Open tchajed opened this issue 4 years ago • 0 comments

The various allocation methods (ref, ref_to, NewSlice, NewMap) sometimes get unfolded and then the nice typed theorems about them don't apply. We should make sure they use opaque representations which are values (in some cases they were incorrectly made expressions, which have to be simplified to substitute through them).

tchajed avatar Jul 14 '20 00:07 tchajed