Skip to content
Snippets Groups Projects
Commit 2413607e authored by Simcha van Collem's avatar Simcha van Collem
Browse files

Make some definitions local

parent 5814a635
No related branches found
No related tags found
No related merge requests found
Pipeline #74327 canceled
......@@ -12,7 +12,7 @@ Section definitions.
Context {PROP : bi} `{!BiInternalEq PROP}.
Context {A : ofe}.
Definition bi_rtc_pre (R : A A PROP)
Local Definition bi_rtc_pre (R : A A PROP)
(x2 : A) (rec : A PROP) (x1 : A) : PROP :=
<affine> (x1 x2) x', R x1 x' rec x'.
......@@ -23,7 +23,7 @@ Section definitions.
Global Instance: Params (@bi_rtc) 4 := {}.
Typeclasses Opaque bi_rtc.
Definition bi_tc_pre (R : A A PROP)
Local Definition bi_tc_pre (R : A A PROP)
(x2 : A) (rec : A PROP) (x1 : A) : PROP :=
R x1 x2 x', R x1 x' rec x'.
......
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