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

Refactor the module structure #66

Merged
merged 2 commits into from
May 8, 2024
Merged

Refactor the module structure #66

merged 2 commits into from
May 8, 2024

Conversation

Ailrun
Copy link
Member

@Ailrun Ailrun commented May 8, 2024

This PR renames some ***.v into ***Definitions.v and use ***.v to be a module reexporting the definition as well as its basic properties.
Also, each module re-export definitions from imported critical modules (like, the ones used in the type of the definitions in the module).
To make this work cleanly, I put notations into its own (sub-)module, so that we can import a module with the notation multiple times.
While so, this PR also resolves #63.

@Ailrun Ailrun enabled auto-merge (squash) May 8, 2024 19:31
@Ailrun Ailrun merged commit 3bfedb1 into main May 8, 2024
2 checks passed
@Ailrun Ailrun deleted the pr-refactor branch May 8, 2024 19:44
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.

Get rid of warnings for Ltac
1 participant