Skip to content
GitLab
Menu
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
ca346a48
Commit
ca346a48
authored
Feb 23, 2015
by
Ralf Jung
Browse files
remove unnecessary backticks
parent
aecd5422
Changes
1
Hide whitespace changes
Inline
Side-by-side
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