Skip to content

Syntax assigned to tactic is incorrect #33

@antonkov

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions