forked from leanprover/lean4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: review delaborators, make sure they respond to
pp.explicit
(l…
…eanprover#5830) Rule: if an expression contains an implicit argument that the delaborator would omit, only use the delaborator if `pp.explicit` is false.
- Loading branch information
1 parent
bbf206e
commit 4e292be
Showing
4 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
rwWithSynthesizeBug.lean:36:18-39:15: error: unsolved goals | ||
inst : Bar Nat := @Bar.mk Nat 0 | ||
h : @w Nat (@f Nat inst 5) | ||
inst : Bar Nat := @Bar.mk Nat (@OfNat.ofNat Nat 0 (instOfNatNat 0)) | ||
h : @w Nat (@f Nat inst (@OfNat.ofNat Nat 5 (instOfNatNat 5))) | ||
⊢ True |