Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rodolphe Lepigre
Iris
Commits
ca346a48
Commit
ca346a48
authored
Feb 23, 2015
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary backticks
parent
aecd5422
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lib/ModuRes/RA.v
lib/ModuRes/RA.v
+5
-5
No files found.
lib/ModuRes/RA.v
View file @
ca346a48
...
...
@@ -376,11 +376,11 @@ End Agreement.
Section
InfiniteProduct
.
(* I is the index type (domain), S the type of the components (codomain) *)
Context
(
I
:
Type
)
(
S
:
forall
(
i
:
I
),
Type
)
`
{
tyS
:
forall
i
,
Setoid
(
S
i
)}
`
{
uS
:
forall
i
,
RA_unit
(
S
i
)}
`
{
opS
:
forall
i
,
RA_op
(
S
i
)}
`
{
vS
:
forall
i
,
RA_valid
(
S
i
)}
`
{
raS
:
forall
i
,
RA
(
S
i
)}.
{
tyS
:
forall
i
,
Setoid
(
S
i
)}
{
uS
:
forall
i
,
RA_unit
(
S
i
)}
{
opS
:
forall
i
,
RA_op
(
S
i
)}
{
vS
:
forall
i
,
RA_valid
(
S
i
)}
{
raS
:
forall
i
,
RA
(
S
i
)}.
Local
Open
Scope
ra_scope
.
Definition
ra_res_infprod
:
=
forall
(
i
:
I
),
S
i
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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