2016-05-05 03:38:16 +03:00
|
|
|
Loading module Cryptol
|
|
|
|
Loading module Cryptol
|
|
|
|
Loading module Main
|
|
|
|
|
|
|
|
[error] at ./issue290v2.cry:2:1--2:19:
|
2017-07-10 21:06:14 +03:00
|
|
|
Unsolved constraints:
|
2018-12-12 02:52:19 +03:00
|
|
|
n`845 == 1
|
2016-05-05 03:38:16 +03:00
|
|
|
arising from
|
|
|
|
checking a pattern: type of 1st argument of Main::minMax
|
|
|
|
at ./issue290v2.cry:2:8--2:11
|
Improvements to naming of variables.
This does a bunch of small changes, that should improve the usability
of Cryptol. Namely:
* When we are forced to make up a name, pick something derived from
the source of the variable, annotated with the unique.
* When pretty printing a schema, use "n,m,i,j,k" for numeric variables
and "a,b,c,d,e" for value type vairable.
* When generalizing, put numeric vairables first.
2018-06-29 01:58:11 +03:00
|
|
|
where
|
2018-12-12 02:52:19 +03:00
|
|
|
n`845 is signature variable 'n' at ./issue290v2.cry:1:11--1:12
|