Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Iris Iris
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 170
    • Issues 170
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Iris
  • IrisIris
  • Issues
  • #321
Closed
Open
Issue created May 27, 2020 by Paolo G. Giarrusso@BlaisorbladeContributor

Make `contractive_proper` into a lemma, or control other instances that make it costly.

Successful typeclass searches for contractive_proper take 0.1s — as shown by replacing contractive_proper _ with _. So it should maybe be disabled like ne_proper (see 6df6c641).

Logs like https://gist.github.com/Blaisorblade/541416169b97729e60bb80fb0f259b7d reveal that the problem is that proper_reflexive is tried first, and then search diverges. Finding a way to blacklist certain instances for Reflexive (equiv ==> equiv)%signature would be useful — maybe removing them and replacing them with Hint Extern?

Assignee
Assign to
Time tracking