ffi object file name and parameterized modules #1448
Labels
maybe-fixed
Might be resolved, but this needs to be confirmed.
parameterized modules
Related to Cryptol's parameterized modules
Here we have a
foreign
definition in a parameterized module. We create an instantiation of that module and try to load it in cryptol. Cryptol looks for the foreign declaration using the name of the instantiated module rather than the parameterized module.The test is here: https://github.com/weaversa/cryptol-ffi-tests
The text was updated successfully, but these errors were encountered: