-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Drop traceIndented from isSubType, which calls recur so it was just doubling the lines 2. Replace newlines with spaces, in doTrace and traceIndented, as they're meant to be single lines. For example ErrorType and MatchType have toText that are multi-line and mess up the output. 3. Change ExplainingTypeComparer#addConstraint to use show like the other methods.
- Loading branch information
Showing
3 changed files
with
28 additions
and
51 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