Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tej Chajed
iris
Commits
18f29711
Commit
18f29711
authored
Jan 04, 2017
by
Ralf Jung
Browse files
don't use Proof Using in a few files that get too many unnecessary annotations from this
parent
3c70bf99
Changes
2
Hide whitespace changes
Inline
Side-by-side
theories/algebra/cofe_solver.v
View file @
18f29711
From
iris
.
algebra
Require
Export
ofe
.
Set
Default
Proof
Using
"Type*"
.
(* FIXME: This file needs a 'Proof Using' hint, but the default we use
everywhere makes for lots of extra ssumptions. *)
Record
solution
(
F
:
cFunctor
)
:
=
Solution
{
solution_car
:
>
ofeT
;
...
...
theories/algebra/sts.v
View file @
18f29711
From
iris
.
prelude
Require
Export
set
.
From
iris
.
algebra
Require
Export
cmra
.
From
iris
.
algebra
Require
Import
dra
.
Set
Default
Proof
Using
"Type*"
.
(* FIXME: This file needs a 'Proof Using' hint, but the default we use
everywhere makes for lots of extra ssumptions. *)
Local
Arguments
valid
_
_
!
_
/.
Local
Arguments
op
_
_
!
_
!
_
/.
Local
Arguments
core
_
_
!
_
/.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment