Closed
Description
When printing the signatures of the interface, I see
Inner.hcomp-T
. Why is that generated without--cubical-compatible
?
Test case:
module Inner where
data T : Set where
t : T
Running
agda-quicker Inner.agda -v 5 | grep hcomp
shows that cubical-related code is executed:
Generated name: [...] "hcomp-T" [...]