Unfolding fails when code is split up into multiple files #6972
Labels
import
Issues to do with importing modules
opaque
Issues about `opaque` definitions
open-public
type: bug
Issues and pull requests about actual bugs
Milestone
The following code is accepted:
However, if I replace the local modules with modules in separate files (in a certain way), then Agda rejects the code:
I can make the code work again by referring to the underlying definition of
B
instead of the reexported one:I don't think Agda should care if the code is in one or multiple files.
The text was updated successfully, but these errors were encountered: