Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Rodolphe Lepigre
Iris
Commits
8513ff5e
Commit
8513ff5e
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
make parameter.v compile again
parent
2d7069c9
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
iris/parameter.v
+2
-2
2 additions, 2 deletions
iris/parameter.v
with
2 additions
and
2 deletions
iris/parameter.v
+
2
−
2
View file @
8513ff5e
...
@@ -18,7 +18,7 @@ Record iParam := IParam {
...
@@ -18,7 +18,7 @@ Record iParam := IParam {
icmra_map
(
g
◎
f
)
x
≡
icmra_map
g
(
icmra_map
f
x
);
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
)
icmra_map_mono
{
A
B
}
(
f
:
A
-
n
>
B
)
:
CMRAMonotone
(
icmra_map
f
)
}
.
}
.
Arguments
IParam
{_
_
_}
_
_
{
_
_}
_
{_
_
_
_}
.
Arguments
IParam
{_
_
_}
ilanguage
icmra
{_
_
_}
_
{_
_
_
_}
.
Existing
Instances
ilanguage
.
Existing
Instances
ilanguage
.
Existing
Instances
icmra_empty
icmra_empty_spec
icmra_empty_timeless
.
Existing
Instances
icmra_empty
icmra_empty_spec
icmra_empty_timeless
.
Existing
Instances
icmra_map_ne
icmra_map_mono
.
Existing
Instances
icmra_map_ne
icmra_map_mono
.
...
@@ -32,7 +32,7 @@ Qed.
...
@@ -32,7 +32,7 @@ Qed.
Definition
IParamConst
{
iexpr
ival
istate
:
Type
}
Definition
IParamConst
{
iexpr
ival
istate
:
Type
}
(
ilanguage
:
Language
iexpr
ival
istate
)
(
ilanguage
:
Language
iexpr
ival
istate
)
(
icmra
:
cmraT
)
{
icmra_empty
:
Empty
icmra
}
(
icmra
:
cmraT
)
{
icmra_empty
:
Empty
icmra
}
{
icmra_empty_spec
:
RAIdentity
icmra
}:
{
icmra_empty_spec
:
RAIdentity
icmra
}
{
icmra_empty_timeless
:
Timeless
(
∅
:
icmra
)}
:
iParam
.
iParam
.
eapply
(
IParam
ilanguage
(
fun
_
=>
icmra
)
(
fun
_
_
_
=>
cid
))
.
eapply
(
IParam
ilanguage
(
fun
_
=>
icmra
)
(
fun
_
_
_
=>
cid
))
.
Unshelve
.
Unshelve
.
...
...
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