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
Pierre Roux
Iris
Commits
136c0066
Commit
136c0066
authored
3 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
use iris.proofmode.proofmode as the new root module for the proofmode
parent
259f36a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_CoqProject
+1
-0
1 addition, 0 deletions
_CoqProject
iris/proofmode/proofmode.v
+11
-0
11 additions, 0 deletions
iris/proofmode/proofmode.v
iris/proofmode/tactics.v
+3
-7
3 additions, 7 deletions
iris/proofmode/tactics.v
with
15 additions
and
7 deletions
_CoqProject
+
1
−
0
View file @
136c0066
...
...
@@ -140,6 +140,7 @@ iris/proofmode/frame_instances.v
iris/proofmode/monpred.v
iris/proofmode/modalities.v
iris/proofmode/modality_instances.v
iris/proofmode/proofmode.v
iris_heap_lang/locations.v
iris_heap_lang/lang.v
...
...
This diff is collapsed.
Click to expand it.
iris/proofmode/proofmode.v
0 → 100644
+
11
−
0
View file @
136c0066
(** The main proofmode file taht everyone should import.
Unless you are working with the guts of the proofmode, do not import any other
file from this folder! *)
From
iris
.
proofmode
Require
Export
ltac_tactics
.
(* This [Require Import] is not a no-op: it exports typeclass instances from
these files. *)
From
iris
.
proofmode
Require
Import
class_instances
class_instances_later
class_instances_updates
class_instances_embedding
class_instances_plainly
class_instances_internal_eq
.
From
iris
.
proofmode
Require
Import
frame_instances
modality_instances
.
From
iris
.
prelude
Require
Import
options
.
This diff is collapsed.
Click to expand it.
iris/proofmode/tactics.v
+
3
−
7
View file @
136c0066
From
iris
.
proofmode
Require
Export
ltac_tactics
.
(* This [Require Import] is not a no-op: it exports typeclass instances from
these files. *)
From
iris
.
proofmode
Require
Import
class_instances
class_instances_later
class_instances_updates
class_instances_embedding
class_instances_plainly
class_instances_internal_eq
.
From
iris
.
proofmode
Require
Import
frame_instances
modality_instances
.
(* This file is *deprecated*. It exists just to give people some time to adjust their code.
Directly import [iris.proofmode.proofmode] instead. *)
From
iris
.
proofmode
Require
Export
proofmode
.
From
iris
.
prelude
Require
Import
options
.
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