8000 hcomp symbols in interface not hidden under --cubical-compatible · Issue #7048 · agda/agda · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
hcomp symbols in interface not hidden under --cubical-compatible #7048
Closed
@sattlerc

Description

@sattlerc

From #7044 (comment):

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" [...]

Metadata

Metadata

Assignees

Labels

cubical-compatibleConcerning e.g. extra clauses generated for cubicalinterfaceSerialization and loading of interface filestype: bugIssues and pull requests about actual bugs

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0