Skip to content

Syntax assigned to tactic is incorrect #33

Description

@antonkov

Screenshot 2024-01-04 at 01 42 01
For example for cases the syntax to the cases tactic is everything with all insides, but we split by \n and therefore we display only
cases h with rw[hep].
Screenshot 2024-01-04 at 01 42 47
Instead we should assign "the remaining" syntax, i.e.g only cases h with since rw[hep] is consumed by tactic.

Or maybe it should be generated by completely different algorithm. Syntax assignment heuristic works ok-ish but definitely not always correct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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