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 171
    • Issues 171
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • 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
  • #307
Closed
Open
Issue created Apr 07, 2020 by Ralf Jung@jungOwner

`iIntros "%"` no longer works with universal quantification

This test used to pass until yesterday, but got broken by !400 (merged):

Section tests.
Context {PROP : sbi}.
Implicit Types P Q R : PROP.

Lemma test_iIntros_forall_pure P :
  ⊢ ∀ x : nat, P.
Proof. iIntros "%". Abort.

Cc @robbertkrebbers @tchajed

Assignee
Assign to
Time tracking