Skip to content

loose fvar in split #3229

@digama0

Description

@digama0
example (b : Bool) :
    (if b then 1 else if b then 1 else 0) = (if b then 1 else 0) := by
  split <;> sorry
(kernel) declaration has free variables '_example'

Observed on leanprover/lean4:v4.5.0-rc1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions