Skip to content
Snippets Groups Projects
Commit 3a7c26b0 authored by Ralf Jung's avatar Ralf Jung
Browse files

explain what gen_heap_init_names is for

parent 339e9d14
No related branches found
No related tags found
No related merge requests found
......@@ -305,6 +305,10 @@ Section gen_heap.
Qed.
End gen_heap.
(** This variant of [gen_heap_init] should only be used when absolutely needed.
The key difference to [gen_heap_init] is that the [inG] instances in the new
[gen_heapG] instance are related to the original [gen_heapPreG] instance,
whereas [gen_heap_init] forgets about that relation. *)
Lemma gen_heap_init_names `{Countable L, !gen_heapPreG L V Σ} σ :
|==> γh γm : gname,
let hG := GenHeapG L V Σ γh γm in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment