Skip to content

Looping application of rules (Common case with negation) #250

@xgenereux

Description

@xgenereux

See here for example:

import Aesop

example (P : Prop) (hP : ¬ P) : False := by
  set_option trace.aesop true in
  aesop

Here it is not a big problem, but in a bigger context, we get a timeout before we reach the 30 application limit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions