-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add "compare" function and got error message #175
Comments
Yes, the two signatures |
By the way, does the generated code for this example looks fine? |
yes, the content seems OK. But when "set" is not used, it still generate errors:
|
What if you add a dummy definition to 'path.ml', and recompile everything? |
Like 'let dummy = ()' |
is generated, and still get error from 'coq-of-ocaml main.ml' |
What do you get for 'main.ml' then? The hope is to change the interface of 'path.ml' so that it doesn't think it is a record but a plain module. |
I just append a function "compare" to one of the module:
In order to support Map, Something like this:
But got error message below. Is there any more explanation or solution to this?
The text was updated successfully, but these errors were encountered: