You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix#6958: Primitives can not be opaque
* #6958: Add a test case
* fix#6745: Keep track of copies when making them
* fix#6959: Keep ambient opacity in unquoted defs
* fixup: manually disambiguate defOpaque field name
andreasabel
changed the title
Warn about opaque unquoteDecl/unquoteDef?
Warn about opaque unquoteDecl/unquoteDefNov 15, 2023
* fixagda#6958: Primitives can not be opaque
* agda#6958: Add a test case
* fixagda#6745: Keep track of copies when making them
* fixagda#6959: Keep ambient opacity in unquoted defs
* fixup: manually disambiguate defOpaque field name
Agda does not complain about the following code, but
c′
andc″
are not opaque:The following code suggests that the idea is that these definitions should be opaque:
agda/src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs
Lines 2161 to 2164 in 4b23885
The text was updated successfully, but these errors were encountered: