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
Environments
Terraform modules
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
Ike Mulder
Iris
Commits
a9711531
Commit
a9711531
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
we would like to import cofe_solver only within the (sealed) module iProp_solution...
...but it does not work. Hu?
parent
ab77927c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
program_logic/model.v
+3
-0
3 additions, 0 deletions
program_logic/model.v
with
3 additions
and
0 deletions
program_logic/model.v
+
3
−
0
View file @
a9711531
From
iris
.
algebra
Require
Export
upred
.
From
iris
.
program_logic
Require
Export
resources
.
(* We'd prefer to only import this in the sealed module, to make sure it does
not "escape". However, for some reason, that breaks importing model.v
elsewhere. *)
From
iris
.
algebra
Require
Import
cofe_solver
.
(* The Iris program logic is parametrized by a locally contractive functor
...
...
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