Skip to content

auto doesn't work when LHS is just a variable #266

@jsiek

Description

@jsiek
define my_true = true

theorem my_true_is_true: my_true = true
proof
  expand my_true.
end

auto my_true_is_true

theorem simplify_auto: if my_true then true else false
proof
  simplify
  ?
end

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions