Skip to content

[ fix ] fix insertion of implicit lambdas when expected type is meta - #3854

Merged
gallais merged 1 commit into
idris-lang:mainfrom
dunhamsteve:issue3851
Sep 3, 2026
Merged

gallais merged 1 commit into
idris-lang:mainfrom
dunhamsteve:issue3851

Conversation

@dunhamsteve

Copy link
Copy Markdown
Collaborator

Description

Fixes #3851 - where Idris is not inserting implicit lambdas in some cases.

The root cause here was that the type is known, but it is a solved meta and Idris isn't looking at the normalized type in the case where the type is a meta.

Self-check

  • If this is a fix, user-facing change, a compiler change, or a new paper
    implementation, I have updated CHANGELOG_NEXT.md
  • I confirm that this contribution did not involve GenerativeAI nor Large Language Models.

@gallais
gallais added this pull request to the merge queue Sep 3, 2026
Merged via the queue into idris-lang:main with commit 5aaefad Sep 3, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implicit lambda argument incorrectly made explicit

2 participants