Replies: 1 comment
-
|
Thank you for your question. You can't use an OCaml function in the logical space except if it is annotated with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am new to GOSPEL. I am trying to define a logic function on floating-point addition:
I used OCaml's
Float.addfor adding two floating-point numbers. Is it okay to useFloat.addor is there an addition operation defined in GOSPEL standard library.I get the following error when doing gospel check:
Error: Type checking error: no module with name Float or file with name float.mliI am not sure how to get around this error.
Beta Was this translation helpful? Give feedback.
All reactions