Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Actris
Commits
9206b460
Commit
9206b460
authored
Apr 12, 2019
by
Jonas Kastberg Hinrichsen
Browse files
Minor clean up
parent
7c2021bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/logrel.v
View file @
9206b460
...
...
@@ -131,12 +131,6 @@ Section logrel.
iFrame
.
Qed
.
(* Definition to_side (s : side) : chan:= *)
(* match s with *)
(* | Left => true *)
(* | Right => false *)
(* end. *)
Coercion
side_to_side
(
s
:
side
)
:
channel
.
side
:
=
match
s
with
Left
=>
channel
.
Left
|
Right
=>
channel
.
Right
end
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment