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
Iris
Commits
ad376c76
Commit
ad376c76
authored
Jan 22, 2018
by
Jacques-Henri Jourdan
Browse files
Update comment.
parent
ba676f37
Pipeline
#6314
passed with stages
in 3 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/bi/monpred.v
View file @
ad376c76
...
...
@@ -11,8 +11,10 @@ Structure biIndex :=
bi_index_rel_preorder
:
PreOrder
(
⊑
)
}.
Existing
Instances
bi_index_inhabited
bi_index_rel
bi_index_rel_preorder
.
(* TODO : all the use cases of this have a bi_index with a bottom
element. Should we add this to the structure? *)
(* We may want to instantiate monPred with the reflexivity relation in
the case where there is no relevent order. In that case, there is
no bottom element, so that we do not want to force any BI index to
have one. *)
Class
BiIndexBottom
{
I
:
biIndex
}
(
bot
:
I
)
:
=
bi_index_bot
i
:
bot
⊑
i
.
...
...
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