Closed wangjwchn closed 7 years ago
I noticed that a lot of what you did was build ocaml representations of the terms. Do you think we could do something like:
| Fn of string * expr list
And then support a way to map Gallina functions to strings? That would allow us to avoid the coupling between this code and libraries and make it possible for other people to extend the system without writing Ocaml code.
I think I may need to clear up the commit then submit the PR.
This PR made the following modifications:
'
in the variable name.test-suite/Test.v
. (Some operations of them have not been translated yet, the work is in progress now)