aiken/crates/aiken-lang/src/snapshots
KtorZ 549cf22cdd Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt
We do not actually every parse negative values in there, as a negative value is a combination of a 'Negate' and 'UInt' expression.
  However, for patterns and constant, it'll be simpler to parse whole Int values as there's no ambiguity with arithmetic operations
  there. To avoid confusion of having some 'Int' constructors containing only non-negative values, and some being on the whole range,
  I've renamed the constructor to 'UInt' to make this more obvious.
2023-07-06 16:10:46 -04:00
..
can_handle_comments_at_end_of_file.snap test(parser): move over the validator tests and some misc tests to parser 2023-07-04 17:19:29 -04:00
function_ambiguous_sequence.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
parse_unicode_offset_1.snap test(parser): finish moving tests to their correct modules 2023-07-04 17:48:48 -04:00
parse_unicode_offset_2.snap test(parser): finish moving tests to their correct modules 2023-07-04 17:48:48 -04:00
windows_newline.snap test(parser): move over the validator tests and some misc tests to parser 2023-07-04 17:19:29 -04:00