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
95203bc9
Commit
95203bc9
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
document Iris side-effects
parent
a45424d9
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
README.md
+12
-0
12 additions, 0 deletions
README.md
with
12 additions
and
0 deletions
README.md
+
12
−
0
View file @
95203bc9
...
@@ -12,6 +12,18 @@ definitions and some derived forms is available in
...
@@ -12,6 +12,18 @@ definitions and some derived forms is available in
[
tex/iris.tex
](
tex/iris.tex
)
. A compiled PDF version of this document is
[
tex/iris.tex
](
tex/iris.tex
)
. A compiled PDF version of this document is
[
available online
](
http://plv.mpi-sws.org/iris/appendix-3.2.pdf
)
.
[
available online
](
http://plv.mpi-sws.org/iris/appendix-3.2.pdf
)
.
## Side-effects
Importing Iris has some side effects as the library sets some global options.
*
First of all, Iris imports std++, so the
[
std++ side-effects
](
https://gitlab.mpi-sws.org/iris/stdpp/#side-effects
)
apply.
*
On top of that, Iris imports ssreflect, which replaces the default
`rewrite`
tactic with the ssreflect version. However,
`done`
is overwritten to keep
using the std++ version of the tactic. We also set
`SsrOldRewriteGoalsOrder`
and re-open
`general_if_scope`
to un-do some effects of ssreflect.
## Building Iris
## Building Iris
### Prerequisites
### Prerequisites
...
...
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