Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Abel Nieto
Iris
Commits
6f3b57de
Commit
6f3b57de
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
tweak GFunctor
parent
ec27d524
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/base_logic/lib/iprop.v
+2
-0
2 additions, 0 deletions
theories/base_logic/lib/iprop.v
with
2 additions
and
0 deletions
theories/base_logic/lib/iprop.v
+
2
−
0
View file @
6f3b57de
...
...
@@ -30,6 +30,7 @@ Structure gFunctor := GFunctor {
}
.
Arguments
GFunctor
_
{_}
.
Existing
Instance
gFunctor_contractive
.
Add
Printing
Constructor
gFunctor
.
(** The type [gFunctors] describes the parameters [Σ] of the Iris logic: lists
of [gFunctor]s.
...
...
@@ -61,6 +62,7 @@ Module gFunctors.
Definition
app
(
Σ1
Σ2
:
gFunctors
)
:
gFunctors
:=
existT
(
projT1
Σ1
+
projT1
Σ2
)
(
fin_plus_inv
_
(
projT2
Σ1
)
(
projT2
Σ2
))
.
Global
Typeclasses
Opaque
singleton
app
.
End
gFunctors
.
Coercion
gFunctors
.
singleton
:
gFunctor
>->
gFunctors
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment