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

leave a TODO

parent 9b8d36ce
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,7 @@ Bind Scope lrust_type_scope with type.
Section ofe.
Context `{typeG Σ}.
(* TODO: Use the ofe_iso infrastructure from Iris. *)
Section def.
Definition tuple_of_type (ty : type) : prodC (prodC _ _) _ :=
(ty.(ty_size),
......
  • Robbert Krebbers @robbertkrebbers ·
    Owner

    That's on my list, and that is why I actually created that the ofe_iso stuff in Iris.

    Besides, when redoing this, we should make sure that all these definitions are sealed. I noticed that at some places Coq is unfolding them, making it very slow.

  • Author Owner

    Notice that I want to re-do the entire handling of recursive types at some point, and stop using the hack involving type-level later in the definition here.

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