Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
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
Gaëtan Gilbert
Iris
Commits
d5d4ebf3
Commit
d5d4ebf3
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
adjust proofmode comment
parent
280725d6
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/proofmode/environments.v
+3
-3
3 additions, 3 deletions
theories/proofmode/environments.v
with
3 additions
and
3 deletions
theories/proofmode/environments.v
+
3
−
3
View file @
d5d4ebf3
...
...
@@ -237,9 +237,9 @@ way, [iFresh] can simply be implemented by changing the goal from
using the tactic [convert_concl_no_check]. This way, the generated proof term
contains no additional steps for changing the counter.
For all definitions below, w
e first define a version that take the two contexts
[env_intuitionistic] and [env_spatial] as its arguments
, and then lift these
definitions that
take the whole proof mode context [Δ : envs PROP]. This is
W
e first define a version
[pre_envs_entails]
that take
s
the two contexts
[env_intuitionistic] and [env_spatial] as its arguments
. We seal this definition
and then lift it to
take the whole proof mode context [Δ : envs PROP]. This is
crucial to make sure that the counter [env_counter] is not part of the seal. *)
Record
envs_wf'
{
PROP
:
bi
}
(
Γp
Γs
:
env
PROP
)
:=
{
env_intuitionistic_valid
:
env_wf
Γp
;
...
...
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