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

Library for Arc.

parent d7d27fb7
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ theories/lang/lib/memcpy.v ...@@ -25,6 +25,7 @@ theories/lang/lib/memcpy.v
theories/lang/lib/new_delete.v theories/lang/lib/new_delete.v
theories/lang/lib/spawn.v theories/lang/lib/spawn.v
theories/lang/lib/lock.v theories/lang/lib/lock.v
theories/lang/lib/arc.v
theories/typing/base.v theories/typing/base.v
theories/typing/type.v theories/typing/type.v
theories/typing/util.v theories/typing/util.v
......
This diff is collapsed.
...@@ -46,7 +46,7 @@ Section rc. ...@@ -46,7 +46,7 @@ Section rc.
| _ => True | _ => True
end)%I. end)%I.
Global Instance rc_type_ne ν γ l n : Global Instance rc_inv_ne ν γ l n :
Proper (type_dist2 n ==> dist n) (rc_inv tid ν γ l). Proper (type_dist2 n ==> dist n) (rc_inv tid ν γ l).
Proof. Proof.
solve_proper_core ltac:(fun _ => f_type_equiv || f_contractive || f_equiv). solve_proper_core ltac:(fun _ => f_type_equiv || f_contractive || f_equiv).
......
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