cryptol/tests/issues/issue796.icry
Iavor Diatchki 192b25c508 Bug fixes to the modules system.
This fixes #796.
It also fixes the @bboston7's example on #883, but not the original
example in #883.   The issue there is that `asdf` function generates
a constraint only involving the module parameter.

Normally we don't try to solve constraint that don't mention a schema's
parameters, because they can always be solved "later", and hopefully with
more things instantiated.

The weird thing in this case is that the schema adds *local" constraint to
the module parameters, but we end up ignoring these.
2020-11-11 14:35:33 -08:00

2 lines
19 B
Plaintext