Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vect.v: rename scope 'vect' to 'vect_scope' #11

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

maxkurze1
Copy link

According to the manual, scope names should end with a '_scope' prefix. Thus I adapted this best practice for vect.

Additionally this commit add a scope binding to ease the use of vect's. This will cause coq to automatically interpret these list notations as vectors wherever a 'vect' type is expected. Thus eliminating the need for most of the '%vect' annotations.

According to the manual, scope names should end with a '_scope' prefix.
Thus I adapted this best practice for vect.

Additionally this commit add a scope binding to ease the use of vect's.
This will cause coq to automatically interpret these list notations as
vectors wherever a 'vect' type is expected. Thus eliminating the need
for most of the '%vect' annotations.
@sertel sertel merged commit 6b9141d into Barkhausen-Institut:master Nov 9, 2024
1 check passed
@maxkurze1 maxkurze1 deleted the vect-scope branch November 9, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants