Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
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
Model registry
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
Iris
stdpp
Commits
2131d528
There was a problem fetching the pipeline mini graph.
Commit
2131d528
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
use a section for local options
parent
2ac3a3b8
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/base.v
+6
-5
6 additions, 5 deletions
theories/base.v
with
6 additions
and
5 deletions
theories/base.v
+
6
−
5
View file @
2131d528
...
...
@@ -18,11 +18,12 @@ Obligation Tactic := idtac.
Add
Search
Blacklist
"_obligation_"
.
(** Sealing off definitions *)
Set
Primitive
Projections
.
Record
seal
{
A
}
(
f
:
A
)
:=
{
unseal
:
A
;
seal_eq
:
unseal
=
f
}
.
Arguments
unseal
{_
_}
_
:
assert
.
Arguments
seal_eq
{_
_}
_
:
assert
.
Unset
Primitive
Projections
.
Section
seal
.
Local
Set
Primitive
Projections
.
Record
seal
{
A
}
(
f
:
A
)
:=
{
unseal
:
A
;
seal_eq
:
unseal
=
f
}
.
Arguments
unseal
{_
_}
_
:
assert
.
Arguments
seal_eq
{_
_}
_
:
assert
.
End
seal
.
(** Typeclass opaque definitions *)
(* The constant [tc_opaque] is used to make definitions opaque for just type
...
...
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