-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f01a4b9
commit 4fa978c
Showing
4 changed files
with
9 additions
and
9 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,4 +1,4 @@ | ||
Types1.bpl(8,11): Error: undeclared type: x | ||
Types1.bpl(9,11): Error: undeclared type: x | ||
Types1.bpl(9,14): Error: undeclared type: x | ||
Types1.bpl(8,11): Error: undeclared type: x (replacing with "bool" to continue resolving) | ||
Types1.bpl(9,11): Error: undeclared type: x (replacing with "bool" to continue resolving) | ||
Types1.bpl(9,14): Error: undeclared type: x (replacing with "bool" to continue resolving) | ||
3 name resolution errors detected in Types1.bpl |
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,5 +1,5 @@ | ||
Prog0.bpl(19,10): Error: type variable must occur in map arguments: a | ||
Prog0.bpl(31,27): Error: more than one declaration of type variable: beta | ||
Prog0.bpl(34,22): Error: undeclared type: alpha | ||
Prog0.bpl(35,35): Error: undeclared type: alpha | ||
Prog0.bpl(34,22): Error: undeclared type: alpha (replacing with "bool" to continue resolving) | ||
Prog0.bpl(35,35): Error: undeclared type: alpha (replacing with "bool" to continue resolving) | ||
4 name resolution errors detected in Prog0.bpl |
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