Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
why3
why3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 81
    • Issues 81
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • Packages
    • Packages
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Why3
  • why3why3
  • Issues
  • #232

Closed
Open
Opened Nov 07, 2018 by DAILLER Sylvain@sdailler
  • Report abuse
  • New issue
Report abuse New issue

instantiate should be able to remove the general hypothesis

Add an optional argument so that on hypothesis:

H : forall x. x = 0

instantiate H 1 generate the following hypotheses (name change and remove hypothesis):

H : 1 = 0

instead of

H : forall x. x = 0
H_inst : 1 = 0
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
component: transformations
Assign labels
  • View project labels
Reference: why3/why3#232