forked from agda/agda
-
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.
Print UnquoteError names rather than just name "UnquoteFailed"
- Loading branch information
1 parent
0375073
commit 4f0866d
Showing
6 changed files
with
43 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Issue1228.agda:40,1-45: error: [UnquoteFailed] | ||
Issue1228.agda:40,1-45: error: [Unquote.DefInsteadOfCon] | ||
Use def instead of con for non-constructor tt |
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,2 +1,2 @@ | ||
Issue1228b.agda:40,1-45: error: [UnquoteFailed] | ||
Issue1228b.agda:40,1-45: error: [Unquote.ConInsteadOfDef] | ||
Use con instead of def for constructor refl |
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 @@ | ||
Issue7326.agda:13,7-12: error: [UnquoteFailed] | ||
Issue7326.agda:13,7-12: error: [Unquote.PatLamWithoutClauses] | ||
Cannot unquote pattern lambda without clauses. Use a single | ||
'absurd-clause' for absurd lambdas. | ||
when checking that the expression unquote magic has type ⊥ → ⊤ |
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 @@ | ||
PostulateMacro.agda:15,8-19: error: [UnquoteFailed] | ||
PostulateMacro.agda:15,8-19: error: [Unquote.NonCanonical] | ||
Cannot unquote non-canonical type checking computation | ||
stuck | ||
when checking that the expression unquote not-so-good has type Nat |
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