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

Numeric library/syntax in Imandra, and its relationship with OCaml's #6

Open
Bronsa opened this issue Sep 4, 2019 · 0 comments
Open

Comments

@Bronsa
Copy link
Member

Bronsa commented Sep 4, 2019

  • integer syntax compiles to Z.t (Imandra's int), floating syntax compiles to Q.t (Imandra's real)
  • syntax extensions for ocaml integers and floats are <n>i and <n>p
  • Int/Real modules
  • gotchas about reasoning over Floats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant