Skip to content

fix: rename Predicates.fst{,i} to match module declaration - #9

Open
zachary-kent wants to merge 1 commit into
FStarLang:mainfrom
zachary-kent:fix/predicates-filename
Open

fix: rename Predicates.fst{,i} to match module declaration#9
zachary-kent wants to merge 1 commit into
FStarLang:mainfrom
zachary-kent:fix/predicates-filename

Conversation

@zachary-kent

Copy link
Copy Markdown

The files declare module CLRS.Common.Predicates but were named Predicates.fst and Predicates.fsti, causing F* Error 141 during verification. All sibling files in autoclrs/common/ use the CLRS.Common. prefix.

Closes #7

The files declare `module CLRS.Common.Predicates` but were named
`Predicates.fst` and `Predicates.fsti`, causing F* Error 141.
All sibling files in autoclrs/common/ use the CLRS.Common. prefix.

Closes FStarLang#7
@zachary-kent

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree company="Microsoft"

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.

autoclrs/common/Predicates.fst: filename does not match module declaration

1 participant