cryptol/tests/parser
Brian Huffman f609b36225 Rename primitive demote to the more self-explanatory name number.
The name "demote" is only meaningful to those who already know what
the Cryptol primitive does. Also, due to recent changes in the error
and warning messages, the name "demote" is showing up much more often
in REPL output. For example:

    Defaulting type argument 'rep' of 'demote' to [2]

    Showing a specific instance of polymorphic result:
      * Using 'Integer' for type argument 'rep' of 'Cryptol::demote'

These messages will hopefully be made less confusing to non-experts
if the name "demote" is replaced with "number".
2018-07-27 13:52:57 -07:00
..
applications.cry Initial import from internal repo 2014-04-17 15:34:25 -07:00
docs.cry Remove implicit Bit type signature on rhs of property declarations. 2017-10-04 15:26:17 -07:00
docs.icry Add a test for doc strings 2015-06-10 21:45:31 -07:00
docs.icry.stdout Fix test to account for printing of operators' precedences. 2017-02-08 16:07:54 -08:00
infix-1.cry Add support for user-defined infix operators 2015-06-03 11:42:33 -07:00
infix-1.icry Add support for user-defined infix operators 2015-06-03 11:42:33 -07:00
infix-1.icry.stdout Add support for user-defined infix operators 2015-06-03 11:42:33 -07:00
infix-2.cry Add a test for qualified infix operators 2015-06-10 20:59:29 -07:00
infix-2.icry Add a test for qualified infix operators 2015-06-10 20:59:29 -07:00
infix-2.icry.stdout Add a test for qualified infix operators 2015-06-10 20:59:29 -07:00
infix-3.cry Allow operators to use '\' 2015-06-21 01:53:52 +01:00
infix-3.icry Allow operators to use '\' 2015-06-21 01:53:52 +01:00
infix-3.icry.stdout Allow operators to use '\' 2015-06-21 01:53:52 +01:00
multi-if-1.icry Add a test for multi-if 2015-06-22 09:25:45 -07:00
multi-if-1.icry.stdout Add a test for multi-if 2015-06-22 09:25:45 -07:00
nested-where.cry Remove trailing whitespace 2016-02-19 10:08:20 -08:00
pat1.cry Remove trailing whitespace 2016-02-19 10:08:20 -08:00
RecordFun.cry Initial import from internal repo 2014-04-17 15:34:25 -07:00
RunLexer.hs Remove obsolete cvs-era $Header$ keywords. 2018-03-22 13:33:12 -07:00
RunTests.hs Remove obsolete cvs-era $Header$ keywords. 2018-03-22 13:33:12 -07:00
tuples-records.cry Initial import from internal repo 2014-04-17 15:34:25 -07:00
type-value.cry Initial import from internal repo 2014-04-17 15:34:25 -07:00
unary-2.cry Add another test for unary operators 2015-06-04 10:37:28 -07:00
unary-2.icry Add another test for unary operators 2015-06-04 10:37:28 -07:00
unary-2.icry.stdout Rename primitive demote to the more self-explanatory name number. 2018-07-27 13:52:57 -07:00
unary.cry Fix parsing of unary operators 2015-06-03 17:50:22 -07:00
unary.icry Fix parsing of unary operators 2015-06-03 17:50:22 -07:00
unary.icry.stdout Fix parsing of unary operators 2015-06-03 17:50:22 -07:00
utf-8-ident.cry Adds more support for UTF-8 in identifiers 2015-05-26 14:29:36 -07:00
utf-8-ident.icry.disabled Disabe the utf-8-ident test in a different way 2017-07-21 12:25:44 -07:00
utf-8-ident.icry.stdout Adds more support for UTF-8 in identifiers 2015-05-26 14:29:36 -07:00
where-prec.cry Initial import from internal repo 2014-04-17 15:34:25 -07:00