-
Notifications
You must be signed in to change notification settings - Fork 123
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
Showing
14 changed files
with
421 additions
and
461 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,9 +1,8 @@ | ||
Loading module Cryptol | ||
|
||
[error] at <interactive>:1:1--1:11: | ||
Unsolvable constraints: | ||
• 0 >= 1 | ||
• Unsolvable constraint: | ||
0 >= 1 | ||
arising from | ||
use of partial type function (-) | ||
at <interactive>:1:1--1:11 | ||
• Reason: It is not the case that 0 >= 1 |
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,29 +1,25 @@ | ||
Loading module Cryptol | ||
|
||
[error] at <interactive>:1:1--1:21: | ||
Unsolvable constraints: | ||
• Integral ?a`778 | ||
arising from | ||
use of expression (@) | ||
at <interactive>:1:8--1:21 | ||
• Field ?a`778 | ||
arising from | ||
use of expression (/.) | ||
at <interactive>:1:14--1:20 | ||
• Reason: Mutually exclusive goals | ||
• `?a` is not an integral type. | ||
arising from | ||
use of expression (@) | ||
at <interactive>:1:8--1:21 | ||
• Type `?a` does not support field operations. | ||
arising from | ||
use of expression (/.) | ||
at <interactive>:1:14--1:20 | ||
where | ||
?a`778 is type argument 'a' of '(/.)' at <interactive>:1:14--1:20 | ||
?a is type argument 'a' of '(/.)' at <interactive>:1:14--1:20 | ||
|
||
[error] at <interactive>:1:1--1:16: | ||
Unsolvable constraints: | ||
• Integral ?a`776 | ||
arising from | ||
use of expression (@) | ||
at <interactive>:1:8--1:16 | ||
• FLiteral 6 5 0 ?a`776 | ||
arising from | ||
use of fractional literal | ||
at <interactive>:1:13--1:16 | ||
• Reason: Mutually exclusive goals | ||
• `?a` is not an integral type. | ||
arising from | ||
use of expression (@) | ||
at <interactive>:1:8--1:16 | ||
• `6/5` is not a valid literal of type `?a` | ||
arising from | ||
use of fractional literal | ||
at <interactive>:1:13--1:16 | ||
where | ||
?a`776 is type argument 'a' of 'fraction' at <interactive>:1:13--1:16 | ||
?a is type argument 'a' of 'fraction' at <interactive>:1:13--1:16 |
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
Oops, something went wrong.