Skip to content
Snippets Groups Projects
Commit f4a6ea09 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Uniform Arguments for simple_type

parent 4271f4c5
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,8 @@ Record simple_type `{!typeG Σ} :=
Existing Instance st_own_persistent.
Instance: Params (@st_own) 2 := {}.
Arguments st_own {_ _} _ / : simpl nomatch.
Program Definition ty_of_st `{!typeG Σ} (st : simple_type) : type :=
{| ty_size := 1; ty_own := st.(st_own);
(* [st.(st_own) tid vl] needs to be outside of the fractured
......
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