Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Iris Iris
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 173
    • Issues 173
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • 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
  • Merge requests
  • !432

Fix `forall` parsing.

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Gregory Malecha requested to merge gmalecha/iris:fix-forall-parsing into master Apr 22, 2020
  • Overview 27
  • Commits 1
  • Pipelines 0
  • Changes 3
  • This fixes a bug in the declaration of the forall notation which was preventing Coq from recognizing the primitive Gallina forall.
  • The solution is to re-introduce the forall notation at type scope. This overrides the primitive notation.

New tests at the bottom of the proofmode_ascii file.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-forall-parsing