Skip to content
Snippets Groups Projects
Unverified Commit 2274caca authored by Lennard Gäher's avatar Lennard Gäher
Browse files

fix

parent 96917874
No related branches found
No related tags found
No related merge requests found
Pipeline #93695 passed
......@@ -463,7 +463,7 @@ Section enum.
rewrite /is_enum_ot. simpl.
intros rt en ot mt Hot.
destruct ot as [ | | | | ly]; try done.
destruct Hot as (el & Halg & -> & Ha).
destruct Hot as (el & Halg & ->).
simpl. by apply use_enum_layout_alg_Some_inv.
Qed.
Next Obligation.
......@@ -540,7 +540,7 @@ Section enum.
simpl. rewrite /is_struct_ot/=. split; first done.
destruct ot as [ | | | | ly']; [done.. | ].
rewrite /is_enum_ot in Hot.
destruct Hot as (el & Hel & -> & Hels).
destruct Hot as (el & Hel & ->).
exists el. split; first done. split; first done.
split.
{ exists (els_tag_it (enum_els en)). split_and!.
......
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