-
Notifications
You must be signed in to change notification settings - Fork 17
Clarify heap types for arrays #58
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Unify the two functions:
to_heap_type(rocq-bluerock-brick/theories/lang/cpp/syntax/types.v), andheap_type_of(rocq-bluerock-brick/theories/lang/cpp/logic/initializers.v)
Further,
- refine the notion of heap types for arrays (maybe just heap types of the element type?) to be compatible with
wp_init_well_typed. The complexity here lies inTincomplete_arrayandTvariable_array. - prove that
to_heap_typealways produces a type that satisfiesis_heap_type.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working