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

Fix extraction of character constants #3007

Merged
merged 4 commits into from Aug 7, 2023
Merged

Fix extraction of character constants #3007

merged 4 commits into from Aug 7, 2023

Conversation

msprotz
Copy link
Collaborator

@msprotz msprotz commented Aug 4, 2023

The extraction of character constants to krml is ill-typed, since it generates an application of FStar.Char.char_of_int (of type int -> char) to an Int32 constant.

The extraction of character constants to krml is ill-typed, since it generates an application of FStar.Char.char_of_int (of type int -> char) to an Int32 constant.
@msprotz msprotz enabled auto-merge August 7, 2023 22:47
@msprotz msprotz merged commit 6f66342 into master Aug 7, 2023
2 checks passed
@msprotz msprotz deleted the msprotz-patch-2 branch August 7, 2023 22:58
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.

None yet

3 participants