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

Issues with native extraction #13

Open
vblot opened this issue Jan 10, 2018 · 0 comments
Open

Issues with native extraction #13

vblot opened this issue Jan 10, 2018 · 0 comments

Comments

@vblot
Copy link

vblot commented Jan 10, 2018

When extracting to ocaml, native ints are extracted to Uint63.t.
However, file native-coq/theories/Array/ExtractNative.v still extracts constants using implementation native-coq/theories/Array/extrNative.ml instead of native-coq/kernel/uint63.ml.
In order to update ExtractNative.v, we need to implement a few missing bits in uint63.ml, like foldi_cont, foldi_down_cont, print_uint and probably a few others.

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

No branches or pull requests

1 participant