Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
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
Iris
stdpp
Commits
c9edf9a0
Commit
c9edf9a0
authored
3 years ago
by
Michael Sammler
Browse files
Options
Downloads
Patches
Plain Diff
fix implicit types
parent
cf70f15e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!254
Add little endian encoding of Z
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/list_numbers.v
+2
-2
2 additions, 2 deletions
theories/list_numbers.v
with
2 additions
and
2 deletions
theories/list_numbers.v
+
2
−
2
View file @
c9edf9a0
...
@@ -218,8 +218,8 @@ End sum_list.
...
@@ -218,8 +218,8 @@ End sum_list.
(** ** Properties of the [Z_to_little_endian] and [Z_of_little_endian] functions *)
(** ** Properties of the [Z_to_little_endian] and [Z_of_little_endian] functions *)
Section
Z_little_endian
.
Section
Z_little_endian
.
Local
Open
Scope
Z_scope
.
Local
Open
Scope
Z_scope
.
Implicit
Types
n
m
:
nat
.
Implicit
Types
m
:
nat
.
Implicit
Types
z
:
Z
.
Implicit
Types
n
z
:
Z
.
Lemma
Z_to_of_little_endian
m
n
bs
:
Lemma
Z_to_of_little_endian
m
n
bs
:
m
=
length
bs
→
0
≤
n
→
m
=
length
bs
→
0
≤
n
→
...
...
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