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
-
Hello,
I am new to GOSPEL. I am trying to define a logic function on floating-point addition:
I used OCaml's
Float.add
for adding two floating-point numbers. Is it okay to useFloat.add
or 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.mli
I am not sure how to get around this error.
Beta Was this translation helpful? Give feedback.
All reactions