leanprover / leanprover/lean4

internal exception #3 shown as follow-up error message

Open
#12,831 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Prerequisites
Description
universe u

class Primary {base: Type u}

variable [Primary]

theorem order_determined {base: Type u} [Primary (base := base)] :
    true := sorry
internal exception #3
Versions

4.30.0-nightly-2026-03-05

Impact

My work on verifying my proof of Navier-Stokes global regularity is stalled, because it is to confusing to work with this error,

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.

Research direction

Start by running the minimal self-contained Lean example from the issue against the reported nightly version and confirm the internal exception #3 output. Trace the diagnostic path for this reproducer; done means the example reports a useful user-facing error instead of the internal exception.

Written by the indexing model from the issue text.

Assessment

Domain
compilers
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.