leanprover / leanprover/lean4

"argument already set"-error doesn't produce InfoTree

Open
#9,299 0 comments 1 reaction 1 assignee View on GitHub

@kmill is already working on this.

Since Aug 23, 2025.

bug P-low
Dominant language
Lean
Stars
9.2k
Forks
990
Avg merge
1d 17h
Merged PRs (30d)
175

Description

Prerequisites

Please put an X between the brackets as you perform the following steps:

Description
example : True ∧ True := 
  And.intro (left := trivial) (left := trivial)
-- given and expected error: argument 'left' was already set

mousing over And.intro or jumping to its definition doesn't work

Context

Related to #3831 and #5336

Impact

Add 👍 to issues you consider important. If others are impacted by this issue, please ask them to add 👍 to it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.