We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
XX.fsti:
module XX let x : int = 1 val y : int
XX.fst, note the change in case:
module Xx let y = x
In the IDE, it starts but we get identifier not found for x: In the CLI, a bad error:
x
$ ./bin/fstar.exe XX.fst * Error 161: - mismatch between pre-module and module 1 error was reported (see above)
The text was updated successfully, but these errors were encountered:
c3c92dd
Merge pull request #3478 from FStarLang/guido_3474
0cc81be
Fixing #3474: making sure module names match filenames in case
No branches or pull requests
XX.fsti:
XX.fst, note the change in case:
In the IDE, it starts but we get identifier not found for
![2024-09-12 21:45:42_159](https://private-user-images.githubusercontent.com/4195583/367151714-21eeeb84-7cf4-43cb-b125-e2138def21a1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODgyMzgsIm5iZiI6MTczOTM4NzkzOCwicGF0aCI6Ii80MTk1NTgzLzM2NzE1MTcxNC0yMWVlZWI4NC03Y2Y0LTQzY2ItYjEyNS1lMjEzOGRlZjIxYTEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTkxODU4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDFiYTFmOTE3ZWE4MTdkYjliMjE5ZTc2MWJhMjlmYmNkZmM4ZThmMDI2NGZmYzYyNGM4MzFiNzg2YWYxNGM4ZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Usr9smbfNLgCf4Pw-t7CP-4k0MzmaXB3bweTChRRsAE)
x
:In the CLI, a bad error:
The text was updated successfully, but these errors were encountered: