Private bindings in imported modules defeat check for binding of primIdFace/primIdPath #6022
Labels
builtin
Enhancements to the builtin modules and builtin definitions
cubical
Cubical Agda paraphernalia: Paths, Glue, partial elements, hcomp, transp
dead-code
Concerning the dead-code removal optimization
internal-error
Concerning internal errors of Agda
modules
Issues relating to the module system
scope
Issues relating to scope checking
type: bug
Issues and pull requests about actual bugs
Milestone
Suppose you have a module
and a module
Normalizing
q
results in fireworks:this shouldn't even type check — there is no binding for
primIdFace
/primIdPath
in scope, which are necessary for transport in the cubical identity types, but the primitives have been bound, so we don't get the expected error messageThe text was updated successfully, but these errors were encountered: