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
Iris
Iris
Commits
8513ff5e
Commit
8513ff5e
authored
Jan 19, 2016
by
Ralf Jung
Browse files
make parameter.v compile again
parent
2d7069c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
iris/parameter.v
View file @
8513ff5e
...
...
@@ -18,7 +18,7 @@ Record iParam := IParam {
icmra_map
(
g
◎
f
)
x
≡
icmra_map
g
(
icmra_map
f
x
)
;
icmra_map_mono
{
A
B
}
(
f
:
A
-
n
>
B
)
:
CMRAMonotone
(
icmra_map
f
)
}.
Arguments
IParam
{
_
_
_
}
_
_
{
_
_
}
_
{
_
_
_
_
}.
Arguments
IParam
{
_
_
_
}
ilanguage
icmra
{
_
_
_
}
_
{
_
_
_
_
}.
Existing
Instances
ilanguage
.
Existing
Instances
icmra_empty
icmra_empty_spec
icmra_empty_timeless
.
Existing
Instances
icmra_map_ne
icmra_map_mono
.
...
...
@@ -32,7 +32,7 @@ Qed.
Definition
IParamConst
{
iexpr
ival
istate
:
Type
}
(
ilanguage
:
Language
iexpr
ival
istate
)
(
icmra
:
cmraT
)
{
icmra_empty
:
Empty
icmra
}
{
icmra_empty_spec
:
RAIdentity
icmra
}
:
{
icmra_empty_spec
:
RAIdentity
icmra
}
{
icmra_empty_timeless
:
Timeless
(
∅
:
icmra
)}
:
iParam
.
eapply
(
IParam
ilanguage
(
fun
_
=>
icmra
)
(
fun
_
_
_
=>
cid
)).
Unshelve
.
...
...
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